Html Css Color HEX #F20B52 Razzmatazz

📋 copy color: '#F20B52'

red 242 ◦ green 11 ◦ blue 82

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

Shades of Razzmatazz #F20B52

Tints of Razzmatazz #F20B52

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.28%

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

R = 72.24%
G = 3.28%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F20B52 (or 0xF20B52) is known color: Razzmatazz. HEX triplet: F2, 0B and 52. RGB value is (242,11,82). Sum of RGB (Red+Green+Blue) = 242+11+82=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F20B52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20B52 is #0DF4AD. Grayscale: #585858. Windows color (decimal): -914606 or 5377010. OLE color: 5377010.

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

Color convert

RGB 242 11 82 -
CMYK 0 0.95 0.66 0.05
HSL 341.56º 0.91% 0.5% -
HSV(B) 341.56º 0.95% 0.95% -
XYZ 38.26 19.73 9.77 -
YUV 88.16 124.53 237.73 -
System Red Green Blue C M Y K H S L
Decimal 242 11 82 0 0.95 0.66 0.05 341.56 0.91 0.5
Hex F2 B 52 0 5F 42 5 156 5B 32
Octal 362 13 122 0 137 102 5 526 133 62
Binary 11110010 1011 1010010 0 1011111 1000010 101 101010110 1011011 110010

Color Harmonies of #F20B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20B52

Black with #F20B52

Text Example


Text Example

White with #F20B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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