Html Css Color HEX #F20076 Razzmatazz

📋 copy color: '#F20076'

red 242 ◦ green 0 ◦ blue 118

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

Shades of Razzmatazz #F20076

Tints of Razzmatazz #F20076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.22%
G = 0%
B = 32.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F20076 (or 0xF20076) is known color: Razzmatazz. HEX triplet: F2, 00 and 76. RGB value is (242,0,118). Sum of RGB (Red+Green+Blue) = 242+0+118=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F20076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20076 is #0DFF89. Grayscale: #555555. Windows color (decimal): -917386 or 7733490. OLE color: 7733490.

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

Color convert

RGB 242 0 118 -
CMYK 0 1 0.51 0.05
HSL 330.74º 1% 0.47% -
HSV(B) 330.74º 1% 0.95% -
XYZ 39.89 20.19 18.93 -
YUV 85.81 146.17 239.41 -
System Red Green Blue C M Y K H S L
Decimal 242 0 118 0 1 0.51 0.05 330.74 1 0.47
Hex F2 0 76 0 64 33 5 14B 64 2F
Octal 362 0 166 0 144 63 5 513 144 57
Binary 11110010 0 1110110 0 1100100 110011 101 101001011 1100100 101111

Color Harmonies of #F20076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20076

Black with #F20076

Text Example


Text Example

White with #F20076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20076; }

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

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

background-color css

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

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

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

border-color css

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

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

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