Html Css Color HEX #F20253 Razzmatazz

📋 copy color: '#F20253'

red 242 ◦ green 2 ◦ blue 83

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

Shades of Razzmatazz #F20253

Tints of Razzmatazz #F20253

RGB

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

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

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

R = 74.01%
G = 0.61%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F20253 (or 0xF20253) is known color: Razzmatazz. HEX triplet: F2, 02 and 53. RGB value is (242,2,83). Sum of RGB (Red+Green+Blue) = 242+2+83=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F20253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20253 is #0DFDAC. Grayscale: #525252. Windows color (decimal): -916909 or 5440242. OLE color: 5440242.

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

Color convert

RGB 242 2 83 -
CMYK 0 0.99 0.66 0.05
HSL 339.75º 0.98% 0.48% -
HSV(B) 339.75º 0.99% 0.95% -
XYZ 38.2 19.55 9.94 -
YUV 82.99 128.01 241.41 -
System Red Green Blue C M Y K H S L
Decimal 242 2 83 0 0.99 0.66 0.05 339.75 0.98 0.48
Hex F2 2 53 0 63 42 5 154 62 30
Octal 362 2 123 0 143 102 5 524 142 60
Binary 11110010 10 1010011 0 1100011 1000010 101 101010100 1100010 110000

Color Harmonies of #F20253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20253

Black with #F20253

Text Example


Text Example

White with #F20253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20253; }

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

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

background-color css

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

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

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

border-color css

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

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

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