#F93782

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

Shades of Violet Red #F93782

Tints of Violet Red #F93782

Color information

#F93782 (or 0xF93782) is unknown color: approx Violet Red. HEX triplet: F9, 37 and 82. RGB value is (249,55,130). Sum of RGB (Red+Green+Blue) = 249+55+130=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F93782 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93782 is #06C87D. Grayscale: #797979. Windows color (decimal): -444542 or 8534009. OLE color: 8534009.

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

Color convert

RGB24955130-
CMYK00.780.480.02
HSL336.8º94.17%59.61%-
HSV(B)336.8º77.91%97.65%-
XYZ44.4624.4823.5-
YUV121.56132.77218.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.37%
GREEN value IS 55 (21.88% from 255) = 12.67%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=57.37%
G=12.67%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495513000.780.480.02336.894.1759.61
HexF9378204E3021515e3c
Octal37167202011660252113674
Binary111110011101111000001001001110110000101010100011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93782; }

 p { color: rgb(249,55,130); }

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

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

 a { background-color: rgb(249,55,130); }

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

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

 span { border-color: rgb(249,55,130); }

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