Html Css Color HEX #F20476 Razzmatazz

📋 copy color: '#F20476'

red 242 ◦ green 4 ◦ blue 118

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

Shades of Razzmatazz #F20476

Tints of Razzmatazz #F20476

RGB

 RED value IS 242 (94.92% from 255) = 66.48%

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

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

R = 66.48%
G = 1.1%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F20476 (or 0xF20476) is known color: Razzmatazz. HEX triplet: F2, 04 and 76. RGB value is (242,4,118). Sum of RGB (Red+Green+Blue) = 242+4+118=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F20476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20476 is #0DFB89. Grayscale: #575757. Windows color (decimal): -916362 or 7734514. OLE color: 7734514.

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

Color convert

RGB 242 4 118 -
CMYK 0 0.98 0.51 0.05
HSL 331.26º 0.97% 0.48% -
HSV(B) 331.26º 0.98% 0.95% -
XYZ 39.93 20.27 18.95 -
YUV 88.16 144.85 237.73 -
System Red Green Blue C M Y K H S L
Decimal 242 4 118 0 0.98 0.51 0.05 331.26 0.97 0.48
Hex F2 4 76 0 62 33 5 14B 61 30
Octal 362 4 166 0 142 63 5 513 141 60
Binary 11110010 100 1110110 0 1100010 110011 101 101001011 1100001 110000

Color Harmonies of #F20476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20476

Black with #F20476

Text Example


Text Example

White with #F20476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20476; }

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

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

background-color css

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

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

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

border-color css

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

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

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