#F81350

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

Shades of Razzmatazz #F81350

Tints of Razzmatazz #F81350

Color information

#F81350 (or 0xF81350) is unknown color: approx Razzmatazz. HEX triplet: F8, 13 and 50. RGB value is (248,19,80). Sum of RGB (Red+Green+Blue) = 248+19+80=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F81350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81350 is #07ECAF. Grayscale: #5E5E5E. Windows color (decimal): -519344 or 5247992. OLE color: 5247992.

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

Color convert

RGB2481980-
CMYK00.920.680.03
HSL344.02º94.24%52.35%-
HSV(B)344.02º92.34%97.25%-
XYZ40.39219.51-
YUV94.43119.87237.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 71.47%
GREEN value IS 19 (7.81% from 255) = 5.48%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=71.47%
G=5.48%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248198000.920.680.03344.0294.2452.35
HexF8135005C4431585e34
Octal370231200134104353013664
Binary11111000100111010000010111001000100111010110001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81350; }

 p { color: rgb(248,19,80); }

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

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

 a { background-color: rgb(248,19,80); }

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

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

 span { border-color: rgb(248,19,80); }

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