Html Css Color HEX #F20176 Razzmatazz

📋 copy color: '#F20176'

red 242 ◦ green 1 ◦ blue 118

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

Shades of Razzmatazz #F20176

Tints of Razzmatazz #F20176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 67.04%
G = 0.28%
B = 32.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F20176 (or 0xF20176) is known color: Razzmatazz. HEX triplet: F2, 01 and 76. RGB value is (242,1,118). Sum of RGB (Red+Green+Blue) = 242+1+118=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F20176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20176 is #0DFE89. Grayscale: #565656. Windows color (decimal): -917130 or 7733746. OLE color: 7733746.

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

Color convert

RGB 242 1 118 -
CMYK 0 1.00 0.51 0.05
HSL 330.87º 0.99% 0.48% -
HSV(B) 330.87º 1% 0.95% -
XYZ 39.9 20.21 18.94 -
YUV 86.4 145.84 238.99 -
System Red Green Blue C M Y K H S L
Decimal 242 1 118 0 1.00 0.51 0.05 330.87 0.99 0.48
Hex F2 1 76 0 64 33 5 14B 63 30
Octal 362 1 166 0 144 63 5 513 143 60
Binary 11110010 1 1110110 0 1100100 110011 101 101001011 1100011 110000

Color Harmonies of #F20176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20176

Black with #F20176

Text Example


Text Example

White with #F20176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20176; }

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

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

background-color css

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

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

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

border-color css

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

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

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