#F19AFB

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

Shades of Violet #F19AFB

Tints of Violet #F19AFB

Color information

#F19AFB (or 0xF19AFB) is unknown color: approx Violet. HEX triplet: F1, 9A and FB. RGB value is (241,154,251). Sum of RGB (Red+Green+Blue) = 241+154+251=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 154 (60.55% from 255 or 23.84% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #F19AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19AFB is #0E6504. Grayscale: #BEBEBE. Windows color (decimal): -943365 or 16489201. OLE color: 16489201.

HSL color Cylindrical-coordinate representation of color #F19AFB: hue angle of 293.81º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F19AFB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241154251-
CMYK0.040.3900.02
HSL293.81º92.38%79.41%-
HSV(B)293.81º38.65%98.43%-
XYZ65.2448.7897.24-
YUV191.07161.82163.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.31%
GREEN value IS 154 (60.55% from 255) = 23.84%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=37.31%
G=23.84%
B=38.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411542510.040.3900.02293.8192.3879.41
HexF19AFB427021265c4f
Octal36123237344702446134117
Binary11110001100110101111101110010011101010010011010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AFB; }

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

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

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

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

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

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

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

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