#F93A81

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

Shades of Violet Red #F93A81

Tints of Violet Red #F93A81

Color information

#F93A81 (or 0xF93A81) is unknown color: approx Violet Red. HEX triplet: F9, 3A and 81. RGB value is (249,58,129). Sum of RGB (Red+Green+Blue) = 249+58+129=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93A81 is #06C57E. Grayscale: #7B7B7B. Windows color (decimal): -443775 or 8469241. OLE color: 8469241.

HSL color Cylindrical-coordinate representation of color #F93A81: hue angle of 337.7º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93A81 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB24958129-
CMYK00.770.480.02
HSL337.7º94.09%60.2%-
HSV(B)337.7º76.71%97.65%-
XYZ44.5424.7523.2-
YUV123.2131.28217.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.11%
GREEN value IS 58 (23.05% from 255) = 13.30%
BLUE value IS 129 (50.78% from 255) = 29.59%
R=57.11%
G=13.30%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495812900.770.480.02337.794.0960.2
HexF93A8104D3021525e3c
Octal37172201011560252213674
Binary111110011110101000000101001101110000101010100101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93A81; }

 p { color: rgb(249,58,129); }

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

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

 a { background-color: rgb(249,58,129); }

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

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

 span { border-color: rgb(249,58,129); }

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