#f80474

Color #F80474 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #F80474

Tints of Razzmatazz #F80474

Color information

#F80474 (or 0xF80474) is unknown color: approx Razzmatazz. HEX triplet: F8, 04 and 74. RGB value is (248,4,116). Sum of RGB (Red+Green+Blue) = 248+4+116=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F80474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80474 is #07FB8B. Grayscale: #595959. Windows color (decimal): -523148 or 7603448. OLE color: 7603448.

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

Color convert

RGB2484116-
CMYK00.980.530.03
HSL332.46º96.83%49.41%-
HSV(B)332.46º98.39%97.25%-
XYZ41.9121.318.43-
YUV89.72142.84240.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 67.39%
GREEN value IS 4 (1.95% from 255) = 1.09%
BLUE value IS 116 (45.70% from 255) = 31.52%
R=67.39%
G=1.09%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248411600.980.530.03332.4696.8349.41
HexF847406235314c6131
Octal3704164014265351414161
Binary11111000100111010001100010110101111010011001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f80474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f80474; }

 p { color: rgb(248,4,116); }

 H1.HeaderClassName
 {
   color: #f80474;
 }
 .AnyTagClassName
 {
   color: #f80474;
 }
</style>
background-color css

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

 a { background-color: rgb(248,4,116); }

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

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

 span { border-color: rgb(248,4,116); }

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