Html Css Color HEX #F20552 Razzmatazz

📋 copy color: '#F20552'

red 242 ◦ green 5 ◦ blue 82

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

Shades of Razzmatazz #F20552

Tints of Razzmatazz #F20552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 73.56%
G = 1.52%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F20552 (or 0xF20552) is known color: Razzmatazz. HEX triplet: F2, 05 and 52. RGB value is (242,5,82). Sum of RGB (Red+Green+Blue) = 242+5+82=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F20552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20552 is #0DFAAD. Grayscale: #545454. Windows color (decimal): -916142 or 5375474. OLE color: 5375474.

HSL color Cylindrical-coordinate representation of color #F20552: hue angle of 340.51º 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 #F20552 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 5 82 -
CMYK 0 0.98 0.66 0.05
HSL 340.51º 0.96% 0.48% -
HSV(B) 340.51º 0.98% 0.95% -
XYZ 38.2 19.59 9.75 -
YUV 84.64 126.52 240.24 -
System Red Green Blue C M Y K H S L
Decimal 242 5 82 0 0.98 0.66 0.05 340.51 0.96 0.48
Hex F2 5 52 0 62 42 5 155 60 30
Octal 362 5 122 0 142 102 5 525 140 60
Binary 11110010 101 1010010 0 1100010 1000010 101 101010101 1100000 110000

Color Harmonies of #F20552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20552

Black with #F20552

Text Example


Text Example

White with #F20552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20552; }

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

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

background-color css

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

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

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

border-color css

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

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

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