Html Css Color HEX #F03CCC Razzle Dazzle Rose

📋 copy color: '#F03CCC'

red 240 ◦ green 60 ◦ blue 204

#F03CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F03CCC

Tints of Razzle Dazzle Rose #F03CCC

RGB

 RED value IS 240 (94.14% from 255) = 47.62%

 GREEN value IS 60 (23.83% from 255) = 11.9%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 47.62%
G = 11.9%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F03CCC (or 0xF03CCC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3C and CC. RGB value is (240,60,204). Sum of RGB (Red+Green+Blue) = 240+60+204=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F03CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03CCC is #0FC333. Grayscale: #818181. Windows color (decimal): -1033012 or 13384944. OLE color: 13384944.

HSL color Cylindrical-coordinate representation of color #F03CCC: hue angle of 312º 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 #F03CCC is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 60 204 -
CMYK 0 0.75 0.15 0.06
HSL 312º 0.86% 0.59% -
HSV(B) 312º 0.75% 0.94% -
XYZ 48.45 26.12 59.61 -
YUV 130.24 169.63 206.29 -
System Red Green Blue C M Y K H S L
Decimal 240 60 204 0 0.75 0.15 0.06 312 0.86 0.59
Hex F0 3C CC 0 4B F 6 138 56 3B
Octal 360 74 314 0 113 17 6 470 126 73
Binary 11110000 111100 11001100 0 1001011 1111 110 100111000 1010110 111011

Color Harmonies of #F03CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03CCC

Black with #F03CCC

Text Example


Text Example

White with #F03CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03CCC; }

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

 H1.HeaderClassName
 {
   color: #F03CCC;
 }
 .AnyTagClassName
 {
   color: #F03CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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