Html Css Color HEX #F80076 Razzmatazz

📋 copy color: '#F80076'

red 248 ◦ green 0 ◦ blue 118

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

Shades of Razzmatazz #F80076

Tints of Razzmatazz #F80076

RGB

 RED value IS 248 (97.27% from 255) = 67.76%

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

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

R = 67.76%
G = 0%
B = 32.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F80076 (or 0xF80076) is known color: Razzmatazz. HEX triplet: F8, 00 and 76. RGB value is (248,0,118). Sum of RGB (Red+Green+Blue) = 248+0+118=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F80076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80076 is #07FF89. Grayscale: #575757. Windows color (decimal): -524170 or 7733496. OLE color: 7733496.

HSL color Cylindrical-coordinate representation of color #F80076: hue angle of 331.45º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80076 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 0 118 -
CMYK 0 1 0.52 0.03
HSL 331.45º 1% 0.49% -
HSV(B) 331.45º 1% 0.97% -
XYZ 41.98 21.26 19.03 -
YUV 87.6 145.16 242.41 -
System Red Green Blue C M Y K H S L
Decimal 248 0 118 0 1 0.52 0.03 331.45 1 0.49
Hex F8 0 76 0 64 34 3 14B 64 31
Octal 370 0 166 0 144 64 3 513 144 61
Binary 11111000 0 1110110 0 1100100 110100 11 101001011 1100100 110001

Color Harmonies of #F80076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80076

Black with #F80076

Text Example


Text Example

White with #F80076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80076; }

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

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

background-color css

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

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

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

border-color css

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

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

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