#F395F9

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

Shades of Violet #F395F9

Tints of Violet #F395F9

Color information

#F395F9 (or 0xF395F9) is unknown color: approx Violet. HEX triplet: F3, 95 and F9. RGB value is (243,149,249). Sum of RGB (Red+Green+Blue) = 243+149+249=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 149 (58.59% from 255 or 23.24% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #F395F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395F9 is #0C6A06. Grayscale: #BCBCBC. Windows color (decimal): -813575 or 16356851. OLE color: 16356851.

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

Color convert

RGB243149249-
CMYK0.020.4000.02
HSL296.4º89.29%78.04%-
HSV(B)296.4º40.16%97.65%-
XYZ64.8147.3995.35-
YUV188.51162.14166.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 149 (58.59% from 255) = 23.24%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=37.91%
G=23.24%
B=38.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431492490.020.4000.02296.489.2978.04
HexF395F922802128594e
Octal36322537125002450131116
Binary1111001110010101111110011010100001010010100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395F9; }

 p { color: rgb(243,149,249); }

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

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

 a { background-color: rgb(243,149,249); }

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

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

 span { border-color: rgb(243,149,249); }

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