Html Css Color HEX #F20376 Razzmatazz

📋 copy color: '#F20376'

red 242 ◦ green 3 ◦ blue 118

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

Shades of Razzmatazz #F20376

Tints of Razzmatazz #F20376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 66.67%
G = 0.83%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F20376 (or 0xF20376) is known color: Razzmatazz. HEX triplet: F2, 03 and 76. RGB value is (242,3,118). Sum of RGB (Red+Green+Blue) = 242+3+118=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F20376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20376 is #0DFC89. Grayscale: #575757. Windows color (decimal): -916618 or 7734258. OLE color: 7734258.

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

Color convert

RGB 242 3 118 -
CMYK 0 0.99 0.51 0.05
HSL 331.13º 0.98% 0.48% -
HSV(B) 331.13º 0.99% 0.95% -
XYZ 39.92 20.25 18.94 -
YUV 87.57 145.18 238.15 -
System Red Green Blue C M Y K H S L
Decimal 242 3 118 0 0.99 0.51 0.05 331.13 0.98 0.48
Hex F2 3 76 0 63 33 5 14B 62 30
Octal 362 3 166 0 143 63 5 513 142 60
Binary 11110010 11 1110110 0 1100011 110011 101 101001011 1100010 110000

Color Harmonies of #F20376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20376

Black with #F20376

Text Example


Text Example

White with #F20376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20376; }

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

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

background-color css

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

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

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

border-color css

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

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

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