#F532D8

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

Shades of Razzle Dazzle Rose #F532D8

Tints of Razzle Dazzle Rose #F532D8

Color information

#F532D8 (or 0xF532D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 32 and D8. RGB value is (245,50,216). Sum of RGB (Red+Green+Blue) = 245+50+216=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 50 (19.92% from 255 or 9.78% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F532D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F532D8 is #0ACD27. Grayscale: #7E7E7E. Windows color (decimal): -707880 or 14168821. OLE color: 14168821.

HSL color Cylindrical-coordinate representation of color #F532D8: hue angle of 308.92º 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 #F532D8 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB24550216-
CMYK00.800.120.04
HSL308.92º90.7%57.84%-
HSV(B)308.92º79.59%96.08%-
XYZ51.1926.6567.41-
YUV127.23178.1212-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.95%
GREEN value IS 50 (19.92% from 255) = 9.78%
BLUE value IS 216 (84.77% from 255) = 42.27%
R=47.95%
G=9.78%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455021600.800.120.04308.9290.757.84
HexF532D8050C41355b3a
Octal36562330012014446513372
Binary11110101110010110110000101000011001001001101011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F532D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F532D8; }

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

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

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

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

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

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

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

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