Html Css Color HEX #F20853 Razzmatazz

📋 copy color: '#F20853'

red 242 ◦ green 8 ◦ blue 83

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

Shades of Razzmatazz #F20853

Tints of Razzmatazz #F20853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

 BLUE value IS 83 (32.81% from 255) = 24.92%

R = 72.67%
G = 2.4%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F20853 (or 0xF20853) is known color: Razzmatazz. HEX triplet: F2, 08 and 53. RGB value is (242,8,83). Sum of RGB (Red+Green+Blue) = 242+8+83=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F20853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20853 is #0DF7AC. Grayscale: #565656. Windows color (decimal): -915373 or 5441778. OLE color: 5441778.

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

Color convert

RGB 242 8 83 -
CMYK 0 0.97 0.66 0.05
HSL 340.77º 0.94% 0.49% -
HSV(B) 340.77º 0.97% 0.95% -
XYZ 38.27 19.68 9.96 -
YUV 86.52 126.02 238.9 -
System Red Green Blue C M Y K H S L
Decimal 242 8 83 0 0.97 0.66 0.05 340.77 0.94 0.49
Hex F2 8 53 0 61 42 5 155 5E 31
Octal 362 10 123 0 141 102 5 525 136 61
Binary 11110010 1000 1010011 0 1100001 1000010 101 101010101 1011110 110001

Color Harmonies of #F20853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20853

Black with #F20853

Text Example


Text Example

White with #F20853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20853; }

 p { color: rgb(242,8,83); }

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

background-color css

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

 a { background-color: rgb(242,8,83); }

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

border-color css

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

 span { border-color: rgb(242,8,83); }

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