Html Css Color HEX #F03FCC Razzle Dazzle Rose

📋 copy color: '#F03FCC'

red 240 ◦ green 63 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F03FCC

Tints of Razzle Dazzle Rose #F03FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.43%

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

R = 47.34%
G = 12.43%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F03FCC (or 0xF03FCC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3F and CC. RGB value is (240,63,204). Sum of RGB (Red+Green+Blue) = 240+63+204=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03FCC is #0FC033. Grayscale: #838383. Windows color (decimal): -1032244 or 13385712. OLE color: 13385712.

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

Color convert

RGB 240 63 204 -
CMYK 0 0.74 0.15 0.06
HSL 312.2º 0.86% 0.59% -
HSV(B) 312.2º 0.74% 0.94% -
XYZ 48.61 26.44 59.67 -
YUV 132 168.64 205.04 -
System Red Green Blue C M Y K H S L
Decimal 240 63 204 0 0.74 0.15 0.06 312.2 0.86 0.59
Hex F0 3F CC 0 4A F 6 138 56 3B
Octal 360 77 314 0 112 17 6 470 126 73
Binary 11110000 111111 11001100 0 1001010 1111 110 100111000 1010110 111011

Color Harmonies of #F03FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FCC

Black with #F03FCC

Text Example


Text Example

White with #F03FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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