#F03DCC

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

Shades of Razzle Dazzle Rose #F03DCC

Tints of Razzle Dazzle Rose #F03DCC

Color information

#F03DCC (or 0xF03DCC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 3D and CC. RGB value is (240,61,204). Sum of RGB (Red+Green+Blue) = 240+61+204=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F03DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03DCC is #0FC233. Grayscale: #828282. Windows color (decimal): -1032756 or 13385200. OLE color: 13385200.

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

Color convert

RGB24061204-
CMYK00.750.150.06
HSL312.07º85.65%59.02%-
HSV(B)312.07º74.58%94.12%-
XYZ48.526.2259.63-
YUV130.82169.3205.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.52%
GREEN value IS 61 (24.22% from 255) = 12.08%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=47.52%
G=12.08%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406120400.750.150.06312.0785.6559.02
HexF03DCC04BF6138563b
Octal36075314011317647012673
Binary11110000111101110011000100101111111101001110001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03DCC; }

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

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

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

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

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

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

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

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