Html Css Color HEX #F00276 Razzmatazz

📋 copy color: '#F00276'

red 240 ◦ green 2 ◦ blue 118

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

Shades of Razzmatazz #F00276

Tints of Razzmatazz #F00276

RGB

 RED value IS 240 (94.14% from 255) = 66.67%

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

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

R = 66.67%
G = 0.56%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F00276 (or 0xF00276) is known color: Razzmatazz. HEX triplet: F0, 02 and 76. RGB value is (240,2,118). Sum of RGB (Red+Green+Blue) = 240+2+118=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F00276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00276 is #0FFD89. Grayscale: #565656. Windows color (decimal): -1047946 or 7734000. OLE color: 7734000.

HSL color Cylindrical-coordinate representation of color #F00276: hue angle of 330.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00276 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 118 -
CMYK 0 0.99 0.51 0.06
HSL 330.76º 0.98% 0.47% -
HSV(B) 330.76º 0.99% 0.94% -
XYZ 39.23 19.88 18.91 -
YUV 86.39 145.85 237.57 -
System Red Green Blue C M Y K H S L
Decimal 240 2 118 0 0.99 0.51 0.06 330.76 0.98 0.47
Hex F0 2 76 0 63 33 6 14B 62 2F
Octal 360 2 166 0 143 63 6 513 142 57
Binary 11110000 10 1110110 0 1100011 110011 110 101001011 1100010 101111

Color Harmonies of #F00276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00276

Black with #F00276

Text Example


Text Example

White with #F00276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00276; }

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

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

background-color css

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

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

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

border-color css

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

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

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