Html Css Color HEX #F00576 Razzmatazz

📋 copy color: '#F00576'

red 240 ◦ green 5 ◦ blue 118

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

Shades of Razzmatazz #F00576

Tints of Razzmatazz #F00576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

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

R = 66.12%
G = 1.38%
B = 32.51%

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

#F00576 (or 0xF00576) is known color: Razzmatazz. HEX triplet: F0, 05 and 76. RGB value is (240,5,118). Sum of RGB (Red+Green+Blue) = 240+5+118=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F00576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00576 is #0FFA89. Grayscale: #575757. Windows color (decimal): -1047178 or 7734768. OLE color: 7734768.

HSL color Cylindrical-coordinate representation of color #F00576: hue angle of 331.15º degrees, saturation: 0.96, 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 #F00576 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 118 -
CMYK 0 0.98 0.51 0.06
HSL 331.15º 0.96% 0.48% -
HSV(B) 331.15º 0.98% 0.94% -
XYZ 39.26 19.94 18.92 -
YUV 88.15 144.86 236.31 -
System Red Green Blue C M Y K H S L
Decimal 240 5 118 0 0.98 0.51 0.06 331.15 0.96 0.48
Hex F0 5 76 0 62 33 6 14B 60 30
Octal 360 5 166 0 142 63 6 513 140 60
Binary 11110000 101 1110110 0 1100010 110011 110 101001011 1100000 110000

Color Harmonies of #F00576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00576

Black with #F00576

Text Example


Text Example

White with #F00576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00576; }

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

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

background-color css

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

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

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

border-color css

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

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

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