Html Css Color HEX #F20677 Razzmatazz

📋 copy color: '#F20677'

red 242 ◦ green 6 ◦ blue 119

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

Shades of Razzmatazz #F20677

Tints of Razzmatazz #F20677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

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

R = 65.94%
G = 1.63%
B = 32.43%

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

#F20677 (or 0xF20677) is known color: Razzmatazz. HEX triplet: F2, 06 and 77. RGB value is (242,6,119). Sum of RGB (Red+Green+Blue) = 242+6+119=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F20677 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20677 is #0DF988. Grayscale: #595959. Windows color (decimal): -915849 or 7800562. OLE color: 7800562.

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

Color convert

RGB 242 6 119 -
CMYK 0 0.98 0.51 0.05
HSL 331.27º 0.95% 0.49% -
HSV(B) 331.27º 0.98% 0.95% -
XYZ 40.01 20.34 19.27 -
YUV 89.45 144.69 236.81 -
System Red Green Blue C M Y K H S L
Decimal 242 6 119 0 0.98 0.51 0.05 331.27 0.95 0.49
Hex F2 6 77 0 62 33 5 14B 5F 31
Octal 362 6 167 0 142 63 5 513 137 61
Binary 11110010 110 1110111 0 1100010 110011 101 101001011 1011111 110001

Color Harmonies of #F20677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20677

Black with #F20677

Text Example


Text Example

White with #F20677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20677; }

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

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

background-color css

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

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

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

border-color css

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

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

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