Html Css Color HEX #F20F5D Razzmatazz

📋 copy color: '#F20F5D'

red 242 ◦ green 15 ◦ blue 93

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

Shades of Razzmatazz #F20F5D

Tints of Razzmatazz #F20F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.29%

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 69.14%
G = 4.29%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F20F5D (or 0xF20F5D) is known color: Razzmatazz. HEX triplet: F2, 0F and 5D. RGB value is (242,15,93). Sum of RGB (Red+Green+Blue) = 242+15+93=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20F5D is #0DF0A2. Grayscale: #5B5B5B. Windows color (decimal): -913571 or 6098930. OLE color: 6098930.

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

Color convert

RGB 242 15 93 -
CMYK 0 0.94 0.62 0.05
HSL 339.38º 0.9% 0.5% -
HSV(B) 339.38º 0.94% 0.95% -
XYZ 38.76 20.01 12.17 -
YUV 91.77 128.71 235.16 -
System Red Green Blue C M Y K H S L
Decimal 242 15 93 0 0.94 0.62 0.05 339.38 0.9 0.5
Hex F2 F 5D 0 5E 3E 5 153 5A 32
Octal 362 17 135 0 136 76 5 523 132 62
Binary 11110010 1111 1011101 0 1011110 111110 101 101010011 1011010 110010

Color Harmonies of #F20F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20F5D

Black with #F20F5D

Text Example


Text Example

White with #F20F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20F5D; }

 p { color: rgb(242,15,93); }

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

background-color css

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

 a { background-color: rgb(242,15,93); }

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

border-color css

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

 span { border-color: rgb(242,15,93); }

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