#F039CC

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

Shades of Razzle Dazzle Rose #F039CC

Tints of Razzle Dazzle Rose #F039CC

Color information

#F039CC (or 0xF039CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 39 and CC. RGB value is (240,57,204). Sum of RGB (Red+Green+Blue) = 240+57+204=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F039CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039CC is #0FC633. Grayscale: #808080. Windows color (decimal): -1033780 or 13384176. OLE color: 13384176.

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

Color convert

RGB24057204-
CMYK00.760.150.06
HSL311.8º85.92%58.24%-
HSV(B)311.8º76.25%94.12%-
XYZ48.325.8159.56-
YUV128.48170.63207.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.90%
GREEN value IS 57 (22.66% from 255) = 11.38%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=47.90%
G=11.38%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405720400.760.150.06311.885.9258.24
HexF039CC04CF6138563a
Octal36071314011417647012672
Binary11110000111001110011000100110011111101001110001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F039CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F039CC; }

 p { color: rgb(240,57,204); }

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

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

 a { background-color: rgb(240,57,204); }

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

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

 span { border-color: rgb(240,57,204); }

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