#F94383

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

Shades of Violet Red #F94383

Tints of Violet Red #F94383

Color information

#F94383 (or 0xF94383) is unknown color: approx Violet Red. HEX triplet: F9, 43 and 83. RGB value is (249,67,131). Sum of RGB (Red+Green+Blue) = 249+67+131=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F94383 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94383 is #06BC7C. Grayscale: #808080. Windows color (decimal): -441469 or 8602617. OLE color: 8602617.

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

Color convert

RGB24967131-
CMYK00.730.470.02
HSL338.9º93.81%61.96%-
HSV(B)338.9º73.09%97.65%-
XYZ45.1725.7924.07-
YUV128.71129.3213.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.70%
GREEN value IS 67 (26.56% from 255) = 14.99%
BLUE value IS 131 (51.56% from 255) = 29.31%
R=55.70%
G=14.99%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496713100.730.470.02338.993.8161.96
HexF943830492F21535e3e
Octal371103203011157252313676
Binary1111100110000111000001101001001101111101010100111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94383; }

 p { color: rgb(249,67,131); }

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

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

 a { background-color: rgb(249,67,131); }

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

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

 span { border-color: rgb(249,67,131); }

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