Html Css Color HEX #F20549 Razzmatazz

📋 copy color: '#F20549'

red 242 ◦ green 5 ◦ blue 73

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

Shades of Razzmatazz #F20549

Tints of Razzmatazz #F20549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

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

R = 75.63%
G = 1.56%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F20549 (or 0xF20549) is known color: Razzmatazz. HEX triplet: F2, 05 and 49. RGB value is (242,5,73). Sum of RGB (Red+Green+Blue) = 242+5+73=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F20549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20549 is #0DFAB6. Grayscale: #535353. Windows color (decimal): -916151 or 4785650. OLE color: 4785650.

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

Color convert

RGB 242 5 73 -
CMYK 0 0.98 0.70 0.05
HSL 342.78º 0.96% 0.48% -
HSV(B) 342.78º 0.98% 0.95% -
XYZ 37.87 19.47 8.06 -
YUV 83.62 122.02 240.97 -
System Red Green Blue C M Y K H S L
Decimal 242 5 73 0 0.98 0.70 0.05 342.78 0.96 0.48
Hex F2 5 49 0 62 46 5 157 60 30
Octal 362 5 111 0 142 106 5 527 140 60
Binary 11110010 101 1001001 0 1100010 1000110 101 101010111 1100000 110000

Color Harmonies of #F20549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20549

Black with #F20549

Text Example


Text Example

White with #F20549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20549; }

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

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

background-color css

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

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

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

border-color css

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

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

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