#F095F0

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

Shades of Violet #F095F0

Tints of Violet #F095F0

Color information

#F095F0 (or 0xF095F0) is unknown color: approx Violet. HEX triplet: F0, 95 and F0. RGB value is (240,149,240). Sum of RGB (Red+Green+Blue) = 240+149+240=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F095F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095F0 is #0F6A0F. Grayscale: #BABABA. Windows color (decimal): -1010192 or 15767024. OLE color: 15767024.

HSL color Cylindrical-coordinate representation of color #F095F0: hue angle of 300º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095F0 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB240149240-
CMYK00.3800.06
HSL300º75.21%76.27%-
HSV(B)300º37.92%94.12%-
XYZ62.4146.3188.09-
YUV186.58158.15166.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.16%
GREEN value IS 149 (58.59% from 255) = 23.69%
BLUE value IS 240 (94.14% from 255) = 38.16%
R=38.16%
G=23.69%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014924000.3800.0630075.2176.27
HexF095F00260612c4b4c
Octal36022536004606454113114
Binary1111000010010101111100000100110011010010110010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095F0; }

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

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

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

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

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

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

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

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