#F72DCB

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

Shades of Razzle Dazzle Rose #F72DCB

Tints of Razzle Dazzle Rose #F72DCB

Color information

#F72DCB (or 0xF72DCB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 2D and CB. RGB value is (247,45,203). Sum of RGB (Red+Green+Blue) = 247+45+203=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F72DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72DCB is #08D234. Grayscale: #7A7A7A. Windows color (decimal): -578101 or 13315575. OLE color: 13315575.

HSL color Cylindrical-coordinate representation of color #F72DCB: hue angle of 313.07º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72DCB is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB24745203-
CMYK00.820.180.03
HSL313.07º92.66%57.25%-
HSV(B)313.07º81.78%96.86%-
XYZ50.0825.9658.87-
YUV123.41172.92216.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.90%
GREEN value IS 45 (17.97% from 255) = 9.09%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=49.90%
G=9.09%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474520300.820.180.03313.0792.6657.25
HexF72DCB0521231395d39
Octal36755313012222347113571
Binary11110111101101110010110101001010010111001110011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72DCB; }

 p { color: rgb(247,45,203); }

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

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

 a { background-color: rgb(247,45,203); }

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

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

 span { border-color: rgb(247,45,203); }

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