#F548B9

Color #F548B9 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F548B9

Tints of Razzle Dazzle Rose #F548B9

Color information

#F548B9 (or 0xF548B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 48 and B9. RGB value is (245,72,185). Sum of RGB (Red+Green+Blue) = 245+72+185=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F548B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F548B9 is #0AB746. Grayscale: #888888. Windows color (decimal): -702279 or 12142837. OLE color: 12142837.

HSL color Cylindrical-coordinate representation of color #F548B9: hue angle of 320.81º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F548B9 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB24572185-
CMYK00.710.240.04
HSL320.81º89.64%62.16%-
HSV(B)320.81º70.61%96.08%-
XYZ48.7327.5548.65-
YUV136.61155.31205.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 48.80%
GREEN value IS 72 (28.52% from 255) = 14.34%
BLUE value IS 185 (72.66% from 255) = 36.85%
R=48.80%
G=14.34%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457218500.710.240.04320.8189.6462.16
HexF548B90471841415a3e
Octal365110271010730450113276
Binary1111010110010001011100101000111110001001010000011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F548B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F548B9; }

 p { color: rgb(245,72,185); }

 H1.HeaderClassName
 {
   color: #F548B9;
 }
 .AnyTagClassName
 {
   color: #F548B9;
 }
</style>
background-color css

<style>
 a { background-color: #F548B9; }

 a { background-color: rgb(245,72,185); }

 div.DivClassName
 {
   background-color: #F548B9;
 }
 .BgClassName
 {
   background-color: #F548B9;
 }
</style>
border-color css

<style>
 span { border-color: #F548B9; }

 span { border-color: rgb(245,72,185); }

 td.TdClassName
 {
   border-color: #F548B9;
 }
 .TagClassName
 {
   border-color: #F548B9;
 }
</style>