Html Css Color HEX #F20061 Razzmatazz

📋 copy color: '#F20061'

red 242 ◦ green 0 ◦ blue 97

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

Shades of Razzmatazz #F20061

Tints of Razzmatazz #F20061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 71.39%
G = 0%
B = 28.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F20061 (or 0xF20061) is known color: Razzmatazz. HEX triplet: F2, 00 and 61. RGB value is (242,0,97). Sum of RGB (Red+Green+Blue) = 242+0+97=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F20061 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20061 is #0DFF9E. Grayscale: #535353. Windows color (decimal): -917407 or 6357234. OLE color: 6357234.

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

Color convert

RGB 242 0 97 -
CMYK 0 1 0.60 0.05
HSL 335.95º 1% 0.47% -
HSV(B) 335.95º 1% 0.95% -
XYZ 38.78 19.74 13.08 -
YUV 83.42 135.67 241.11 -
System Red Green Blue C M Y K H S L
Decimal 242 0 97 0 1 0.60 0.05 335.95 1 0.47
Hex F2 0 61 0 64 3C 5 150 64 2F
Octal 362 0 141 0 144 74 5 520 144 57
Binary 11110010 0 1100001 0 1100100 111100 101 101010000 1100100 101111

Color Harmonies of #F20061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20061

Black with #F20061

Text Example


Text Example

White with #F20061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20061; }

 p { color: rgb(242,0,97); }

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

background-color css

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

 a { background-color: rgb(242,0,97); }

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

border-color css

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

 span { border-color: rgb(242,0,97); }

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