#F195FB

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

Shades of Violet #F195FB

Tints of Violet #F195FB

Color information

#F195FB (or 0xF195FB) is unknown color: approx Violet. HEX triplet: F1, 95 and FB. RGB value is (241,149,251). Sum of RGB (Red+Green+Blue) = 241+149+251=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 149 (58.59% from 255 or 23.24% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #F195FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F195FB is #0E6A04. Grayscale: #BBBBBB. Windows color (decimal): -944645 or 16487921. OLE color: 16487921.

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

Color convert

RGB241149251-
CMYK0.040.4100.02
HSL294.12º92.73%78.43%-
HSV(B)294.12º40.64%98.43%-
XYZ64.4447.1696.97-
YUV188.14163.48165.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 149 (58.59% from 255) = 23.24%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=37.60%
G=23.24%
B=39.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411492510.040.4100.02294.1292.7378.43
HexF195FB429021265d4e
Octal36122537345102446135116
Binary11110001100101011111101110010100101010010011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195FB; }

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

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

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

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

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

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

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

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