Html Css Color HEX #F20977 Razzmatazz

📋 copy color: '#F20977'

red 242 ◦ green 9 ◦ blue 119

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

Shades of Razzmatazz #F20977

Tints of Razzmatazz #F20977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

 BLUE value IS 119 (46.88% from 255) = 32.16%

R = 65.41%
G = 2.43%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F20977 (or 0xF20977) is known color: Razzmatazz. HEX triplet: F2, 09 and 77. RGB value is (242,9,119). Sum of RGB (Red+Green+Blue) = 242+9+119=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F20977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20977 is #0DF688. Grayscale: #5B5B5B. Windows color (decimal): -915081 or 7801330. OLE color: 7801330.

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

Color convert

RGB 242 9 119 -
CMYK 0 0.96 0.51 0.05
HSL 331.67º 0.93% 0.49% -
HSV(B) 331.67º 0.96% 0.95% -
XYZ 40.05 20.4 19.28 -
YUV 91.21 143.69 235.56 -
System Red Green Blue C M Y K H S L
Decimal 242 9 119 0 0.96 0.51 0.05 331.67 0.93 0.49
Hex F2 9 77 0 60 33 5 14C 5D 31
Octal 362 11 167 0 140 63 5 514 135 61
Binary 11110010 1001 1110111 0 1100000 110011 101 101001100 1011101 110001

Color Harmonies of #F20977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20977

Black with #F20977

Text Example


Text Example

White with #F20977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20977; }

 p { color: rgb(242,9,119); }

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

background-color css

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

 a { background-color: rgb(242,9,119); }

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

border-color css

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

 span { border-color: rgb(242,9,119); }

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