#F8015A

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

Shades of Razzmatazz #F8015A

Tints of Razzmatazz #F8015A

Color information

#F8015A (or 0xF8015A) is unknown color: approx Razzmatazz. HEX triplet: F8, 01 and 5A. RGB value is (248,1,90). Sum of RGB (Red+Green+Blue) = 248+1+90=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F8015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8015A is #07FEA5. Grayscale: #545454. Windows color (decimal): -523942 or 5898744. OLE color: 5898744.

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

Color convert

RGB248190-
CMYK01.000.640.03
HSL338.38º99.2%48.82%-
HSV(B)338.38º99.6%97.25%-
XYZ40.5720.7211.53-
YUV85130.83244.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 73.16%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=73.16%
G=0.29%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819001.000.640.03338.3899.248.82
HexF815A0644031526331
Octal37011320144100352214361
Binary1111100011011010011001001000000111010100101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8015A; }

 p { color: rgb(248,1,90); }

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

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

 a { background-color: rgb(248,1,90); }

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

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

 span { border-color: rgb(248,1,90); }

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