#F93982

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

Shades of Violet Red #F93982

Tints of Violet Red #F93982

Color information

#F93982 (or 0xF93982) is unknown color: approx Violet Red. HEX triplet: F9, 39 and 82. RGB value is (249,57,130). Sum of RGB (Red+Green+Blue) = 249+57+130=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F93982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93982 is #06C67D. Grayscale: #7A7A7A. Windows color (decimal): -444030 or 8534521. OLE color: 8534521.

HSL color Cylindrical-coordinate representation of color #F93982: hue angle of 337.19º 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 #F93982 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB24957130-
CMYK00.770.480.02
HSL337.19º94.12%60%-
HSV(B)337.19º77.11%97.65%-
XYZ44.5624.6823.53-
YUV122.73132.11218.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.11%
GREEN value IS 57 (22.66% from 255) = 13.07%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=57.11%
G=13.07%
B=29.82%

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
Decimal2495713000.770.480.02337.1994.1260
HexF9398204D3021515e3c
Octal37171202011560252113674
Binary111110011110011000001001001101110000101010100011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93982; }

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

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

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

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

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

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

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

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