Html Css Color HEX #F20E4D Razzmatazz

📋 copy color: '#F20E4D'

red 242 ◦ green 14 ◦ blue 77

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

Shades of Razzmatazz #F20E4D

Tints of Razzmatazz #F20E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.2%

 BLUE value IS 77 (30.47% from 255) = 23.12%

R = 72.67%
G = 4.2%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F20E4D (or 0xF20E4D) is known color: Razzmatazz. HEX triplet: F2, 0E and 4D. RGB value is (242,14,77). Sum of RGB (Red+Green+Blue) = 242+14+77=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20E4D is #0DF1B2. Grayscale: #595959. Windows color (decimal): -913843 or 5050098. OLE color: 5050098.

HSL color Cylindrical-coordinate representation of color #F20E4D: hue angle of 343.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20E4D is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 14 77 -
CMYK 0 0.94 0.68 0.05
HSL 343.42º 0.9% 0.5% -
HSV(B) 343.42º 0.94% 0.95% -
XYZ 38.11 19.73 8.82 -
YUV 89.35 121.04 236.88 -
System Red Green Blue C M Y K H S L
Decimal 242 14 77 0 0.94 0.68 0.05 343.42 0.9 0.5
Hex F2 E 4D 0 5E 44 5 157 5A 32
Octal 362 16 115 0 136 104 5 527 132 62
Binary 11110010 1110 1001101 0 1011110 1000100 101 101010111 1011010 110010

Color Harmonies of #F20E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20E4D

Black with #F20E4D

Text Example


Text Example

White with #F20E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20E4D; }

 p { color: rgb(242,14,77); }

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

background-color css

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

 a { background-color: rgb(242,14,77); }

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

border-color css

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

 span { border-color: rgb(242,14,77); }

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