#F395FB

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

Shades of Violet #F395FB

Tints of Violet #F395FB

Color information

#F395FB (or 0xF395FB) is unknown color: approx Violet. HEX triplet: F3, 95 and FB. RGB value is (243,149,251). Sum of RGB (Red+Green+Blue) = 243+149+251=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 149 (58.59% from 255 or 23.17% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #F395FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395FB is #0C6A04. Grayscale: #BCBCBC. Windows color (decimal): -813573 or 16487923. OLE color: 16487923.

HSL color Cylindrical-coordinate representation of color #F395FB: hue angle of 295.29º degrees, saturation: 0.93, 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 #F395FB is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243149251-
CMYK0.030.4100.02
HSL295.29º92.73%78.43%-
HSV(B)295.29º40.64%98.43%-
XYZ65.1247.5197.01-
YUV188.73163.14166.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.79%
GREEN value IS 149 (58.59% from 255) = 23.17%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=37.79%
G=23.17%
B=39.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431492510.030.4100.02295.2992.7378.43
HexF395FB329021275d4e
Octal36322537335102447135116
Binary1111001110010101111110111110100101010010011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395FB; }

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

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

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

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

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

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

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

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