#F095FA

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

Shades of Violet #F095FA

Tints of Violet #F095FA

Color information

#F095FA (or 0xF095FA) is unknown color: approx Violet. HEX triplet: F0, 95 and FA. RGB value is (240,149,250). Sum of RGB (Red+Green+Blue) = 240+149+250=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 149 (58.59% from 255 or 23.32% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #F095FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095FA is #0F6A05. Grayscale: #BBBBBB. Windows color (decimal): -1010182 or 16422384. OLE color: 16422384.

HSL color Cylindrical-coordinate representation of color #F095FA: hue angle of 294.06º degrees, saturation: 0.91, 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 #F095FA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240149250-
CMYK0.040.4000.02
HSL294.06º90.99%78.24%-
HSV(B)294.06º40.4%98.04%-
XYZ63.9446.9296.13-
YUV187.72163.15165.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 149 (58.59% from 255) = 23.32%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=37.56%
G=23.32%
B=39.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401492500.040.4000.02294.0690.9978.24
HexF095FA428021265b4e
Octal36022537245002446133116
Binary11110000100101011111101010010100001010010011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095FA; }

 p { color: rgb(240,149,250); }

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

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

 a { background-color: rgb(240,149,250); }

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

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

 span { border-color: rgb(240,149,250); }

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