#F532D6

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

Shades of Razzle Dazzle Rose #F532D6

Tints of Razzle Dazzle Rose #F532D6

Color information

#F532D6 (or 0xF532D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 32 and D6. RGB value is (245,50,214). Sum of RGB (Red+Green+Blue) = 245+50+214=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 50 (19.92% from 255 or 9.82% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F532D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F532D6 is #0ACD29. Grayscale: #7E7E7E. Windows color (decimal): -707882 or 14037749. OLE color: 14037749.

HSL color Cylindrical-coordinate representation of color #F532D6: hue angle of 309.54º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F532D6 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB24550214-
CMYK00.800.130.04
HSL309.54º90.7%57.84%-
HSV(B)309.54º79.59%96.08%-
XYZ50.9326.5566.06-
YUV127177.1212.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.13%
GREEN value IS 50 (19.92% from 255) = 9.82%
BLUE value IS 214 (83.98% from 255) = 42.04%
R=48.13%
G=9.82%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455021400.800.130.04309.5490.757.84
HexF532D6050D41365b3a
Octal36562326012015446613372
Binary11110101110010110101100101000011011001001101101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F532D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F532D6; }

 p { color: rgb(245,50,214); }

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

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

 a { background-color: rgb(245,50,214); }

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

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

 span { border-color: rgb(245,50,214); }

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