Html Css Color HEX #F20261 Razzmatazz

📋 copy color: '#F20261'

red 242 ◦ green 2 ◦ blue 97

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

Shades of Razzmatazz #F20261

Tints of Razzmatazz #F20261

RGB

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

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

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

R = 70.97%
G = 0.59%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F20261 (or 0xF20261) is known color: Razzmatazz. HEX triplet: F2, 02 and 61. RGB value is (242,2,97). Sum of RGB (Red+Green+Blue) = 242+2+97=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F20261 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20261 is #0DFD9E. Grayscale: #545454. Windows color (decimal): -916895 or 6357746. OLE color: 6357746.

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

Color convert

RGB 242 2 97 -
CMYK 0 0.99 0.60 0.05
HSL 336.25º 0.98% 0.48% -
HSV(B) 336.25º 0.99% 0.95% -
XYZ 38.8 19.78 13.08 -
YUV 84.59 135.01 240.28 -
System Red Green Blue C M Y K H S L
Decimal 242 2 97 0 0.99 0.60 0.05 336.25 0.98 0.48
Hex F2 2 61 0 63 3C 5 150 62 30
Octal 362 2 141 0 143 74 5 520 142 60
Binary 11110010 10 1100001 0 1100011 111100 101 101010000 1100010 110000

Color Harmonies of #F20261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20261

Black with #F20261

Text Example


Text Example

White with #F20261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20261; }

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

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

background-color css

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

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

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

border-color css

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

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

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