#F032D5

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

Shades of Razzle Dazzle Rose #F032D5

Tints of Razzle Dazzle Rose #F032D5

Color information

#F032D5 (or 0xF032D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 32 and D5. RGB value is (240,50,213). Sum of RGB (Red+Green+Blue) = 240+50+213=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 50 (19.92% from 255 or 9.94% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F032D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F032D5 is #0FCD2A. Grayscale: #7C7C7C. Windows color (decimal): -1035563 or 13972208. OLE color: 13972208.

HSL color Cylindrical-coordinate representation of color #F032D5: hue angle of 308.53º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F032D5 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB24050213-
CMYK00.790.110.06
HSL308.53º86.36%56.86%-
HSV(B)308.53º79.17%94.12%-
XYZ49.0925.6165.31-
YUV125.39177.45209.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.71%
GREEN value IS 50 (19.92% from 255) = 9.94%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=47.71%
G=9.94%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405021300.790.110.06308.5386.3656.86
HexF032D504FB61355639
Octal36062325011713646512671
Binary11110000110010110101010100111110111101001101011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F032D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F032D5; }

 p { color: rgb(240,50,213); }

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

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

 a { background-color: rgb(240,50,213); }

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

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

 span { border-color: rgb(240,50,213); }

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