Html Css Color HEX #F20249 Razzmatazz

📋 copy color: '#F20249'

red 242 ◦ green 2 ◦ blue 73

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

Shades of Razzmatazz #F20249

Tints of Razzmatazz #F20249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 76.34%
G = 0.63%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F20249 (or 0xF20249) is known color: Razzmatazz. HEX triplet: F2, 02 and 49. RGB value is (242,2,73). Sum of RGB (Red+Green+Blue) = 242+2+73=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F20249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20249 is #0DFDB6. Grayscale: #515151. Windows color (decimal): -916919 or 4784882. OLE color: 4784882.

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

Color convert

RGB 242 2 73 -
CMYK 0 0.99 0.70 0.05
HSL 342.25º 0.98% 0.48% -
HSV(B) 342.25º 0.99% 0.95% -
XYZ 37.84 19.4 8.05 -
YUV 81.85 123.01 242.23 -
System Red Green Blue C M Y K H S L
Decimal 242 2 73 0 0.99 0.70 0.05 342.25 0.98 0.48
Hex F2 2 49 0 63 46 5 156 62 30
Octal 362 2 111 0 143 106 5 526 142 60
Binary 11110010 10 1001001 0 1100011 1000110 101 101010110 1100010 110000

Color Harmonies of #F20249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20249

Black with #F20249

Text Example


Text Example

White with #F20249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20249; }

 p { color: rgb(242,2,73); }

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

background-color css

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

 a { background-color: rgb(242,2,73); }

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

border-color css

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

 span { border-color: rgb(242,2,73); }

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