#F993F5

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

Shades of Violet #F993F5

Tints of Violet #F993F5

Color information

#F993F5 (or 0xF993F5) is unknown color: approx Violet. HEX triplet: F9, 93 and F5. RGB value is (249,147,245). Sum of RGB (Red+Green+Blue) = 249+147+245=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 147 (57.81% from 255 or 22.93% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F993F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F993F5 is #066C0A. Grayscale: #BCBCBC. Windows color (decimal): -420875 or 16094201. OLE color: 16094201.

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

Color convert

RGB249147245-
CMYK00.410.020.02
HSL302.35º89.47%77.65%-
HSV(B)302.35º40.96%97.65%-
XYZ65.9847.692.1-
YUV188.67159.79171.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.85%
GREEN value IS 147 (57.81% from 255) = 22.93%
BLUE value IS 245 (96.09% from 255) = 38.22%
R=38.85%
G=22.93%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914724500.410.020.02302.3589.4777.65
HexF993F50292212e594e
Octal37122336505122456131116
Binary1111100110010011111101010101001101010010111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F993F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F993F5; }

 p { color: rgb(249,147,245); }

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

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

 a { background-color: rgb(249,147,245); }

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

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

 span { border-color: rgb(249,147,245); }

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