Html Css Color HEX #F20958 Razzmatazz

📋 copy color: '#F20958'

red 242 ◦ green 9 ◦ blue 88

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

Shades of Razzmatazz #F20958

Tints of Razzmatazz #F20958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 88 (34.77% from 255) = 25.96%

R = 71.39%
G = 2.65%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F20958 (or 0xF20958) is known color: Razzmatazz. HEX triplet: F2, 09 and 58. RGB value is (242,9,88). Sum of RGB (Red+Green+Blue) = 242+9+88=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F20958 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20958 is #0DF6A7. Grayscale: #575757. Windows color (decimal): -915112 or 5769714. OLE color: 5769714.

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

Color convert

RGB 242 9 88 -
CMYK 0 0.96 0.64 0.05
HSL 339.66º 0.93% 0.49% -
HSV(B) 339.66º 0.96% 0.95% -
XYZ 38.48 19.78 11.02 -
YUV 87.67 128.19 238.08 -
System Red Green Blue C M Y K H S L
Decimal 242 9 88 0 0.96 0.64 0.05 339.66 0.93 0.49
Hex F2 9 58 0 60 40 5 154 5D 31
Octal 362 11 130 0 140 100 5 524 135 61
Binary 11110010 1001 1011000 0 1100000 1000000 101 101010100 1011101 110001

Color Harmonies of #F20958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20958

Black with #F20958

Text Example


Text Example

White with #F20958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20958; }

 p { color: rgb(242,9,88); }

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

background-color css

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

 a { background-color: rgb(242,9,88); }

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

border-color css

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

 span { border-color: rgb(242,9,88); }

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