Html Css Color HEX #F40276 Razzmatazz

📋 copy color: '#F40276'

red 244 ◦ green 2 ◦ blue 118

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

Shades of Razzmatazz #F40276

Tints of Razzmatazz #F40276

RGB

 RED value IS 244 (95.7% from 255) = 67.03%

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

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 67.03%
G = 0.55%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F40276 (or 0xF40276) is known color: Razzmatazz. HEX triplet: F4, 02 and 76. RGB value is (244,2,118). Sum of RGB (Red+Green+Blue) = 244+2+118=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F40276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40276 is #0BFD89. Grayscale: #575757. Windows color (decimal): -785802 or 7734004. OLE color: 7734004.

HSL color Cylindrical-coordinate representation of color #F40276: hue angle of 331.24º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40276 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 2 118 -
CMYK 0 0.99 0.52 0.04
HSL 331.24º 0.98% 0.48% -
HSV(B) 331.24º 0.99% 0.96% -
XYZ 40.6 20.58 18.97 -
YUV 87.58 145.17 239.57 -
System Red Green Blue C M Y K H S L
Decimal 244 2 118 0 0.99 0.52 0.04 331.24 0.98 0.48
Hex F4 2 76 0 63 34 4 14B 62 30
Octal 364 2 166 0 143 64 4 513 142 60
Binary 11110100 10 1110110 0 1100011 110100 100 101001011 1100010 110000

Color Harmonies of #F40276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40276

Black with #F40276

Text Example


Text Example

White with #F40276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40276; }

 p { color: rgb(244,2,118); }

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

background-color css

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

 a { background-color: rgb(244,2,118); }

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

border-color css

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

 span { border-color: rgb(244,2,118); }

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