Html Css Color HEX #F00076 Razzmatazz

📋 copy color: '#F00076'

red 240 ◦ green 0 ◦ blue 118

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

Shades of Razzmatazz #F00076

Tints of Razzmatazz #F00076

RGB

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

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

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

R = 67.04%
G = 0%
B = 32.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F00076 (or 0xF00076) is known color: Razzmatazz. HEX triplet: F0, 00 and 76. RGB value is (240,0,118). Sum of RGB (Red+Green+Blue) = 240+0+118=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F00076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00076 is #0FFF89. Grayscale: #545454. Windows color (decimal): -1048458 or 7733488. OLE color: 7733488.

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

Color convert

RGB 240 0 118 -
CMYK 0 1 0.51 0.06
HSL 330.5º 1% 0.47% -
HSV(B) 330.5º 1% 0.94% -
XYZ 39.21 19.83 18.9 -
YUV 85.21 146.51 238.41 -
System Red Green Blue C M Y K H S L
Decimal 240 0 118 0 1 0.51 0.06 330.5 1 0.47
Hex F0 0 76 0 64 33 6 14A 64 2F
Octal 360 0 166 0 144 63 6 512 144 57
Binary 11110000 0 1110110 0 1100100 110011 110 101001010 1100100 101111

Color Harmonies of #F00076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00076

Black with #F00076

Text Example


Text Example

White with #F00076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00076; }

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

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

background-color css

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

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

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

border-color css

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

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

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