Html Css Color HEX #F00476 Razzmatazz

📋 copy color: '#F00476'

red 240 ◦ green 4 ◦ blue 118

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

Shades of Razzmatazz #F00476

Tints of Razzmatazz #F00476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 66.3%
G = 1.1%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F00476 (or 0xF00476) is known color: Razzmatazz. HEX triplet: F0, 04 and 76. RGB value is (240,4,118). Sum of RGB (Red+Green+Blue) = 240+4+118=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F00476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00476 is #0FFB89. Grayscale: #575757. Windows color (decimal): -1047434 or 7734512. OLE color: 7734512.

HSL color Cylindrical-coordinate representation of color #F00476: hue angle of 331.02º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00476 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 118 -
CMYK 0 0.98 0.51 0.06
HSL 331.02º 0.97% 0.48% -
HSV(B) 331.02º 0.98% 0.94% -
XYZ 39.25 19.92 18.92 -
YUV 87.56 145.19 236.73 -
System Red Green Blue C M Y K H S L
Decimal 240 4 118 0 0.98 0.51 0.06 331.02 0.97 0.48
Hex F0 4 76 0 62 33 6 14B 61 30
Octal 360 4 166 0 142 63 6 513 141 60
Binary 11110000 100 1110110 0 1100010 110011 110 101001011 1100001 110000

Color Harmonies of #F00476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00476

Black with #F00476

Text Example


Text Example

White with #F00476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00476; }

 p { color: rgb(240,4,118); }

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

background-color css

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

 a { background-color: rgb(240,4,118); }

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

border-color css

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

 span { border-color: rgb(240,4,118); }

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