#F80068

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

Shades of Razzmatazz #F80068

Tints of Razzmatazz #F80068

Color information

#F80068 (or 0xF80068) is unknown color: approx Razzmatazz. HEX triplet: F8, 00 and 68. RGB value is (248,0,104). Sum of RGB (Red+Green+Blue) = 248+0+104=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F80068 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80068 is #07FF97. Grayscale: #555555. Windows color (decimal): -524184 or 6815992. OLE color: 6815992.

HSL color Cylindrical-coordinate representation of color #F80068: hue angle of 334.84º 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 #F80068 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB2480104-
CMYK010.580.03
HSL334.84º100%48.63%-
HSV(B)334.84º100%97.25%-
XYZ41.2120.9614.97-
YUV86.01138.16243.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 70.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=70.45%
G=0%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2480104010.580.03334.8410048.63
HexF80680643A314f6431
Octal3700150014472351714461
Binary111110000110100001100100111010111010011111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80068; }

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

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

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

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

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

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

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

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