#F896FB

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

Shades of Violet #F896FB

Tints of Violet #F896FB

Color information

#F896FB (or 0xF896FB) is unknown color: approx Violet. HEX triplet: F8, 96 and FB. RGB value is (248,150,251). Sum of RGB (Red+Green+Blue) = 248+150+251=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 150 (58.98% from 255 or 23.11% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #F896FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896FB is #076904. Grayscale: #BEBEBE. Windows color (decimal): -485637 or 16488184. OLE color: 16488184.

HSL color Cylindrical-coordinate representation of color #F896FB: hue angle of 298.22º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896FB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248150251-
CMYK0.010.4000.02
HSL298.22º92.66%78.63%-
HSV(B)298.22º40.24%98.43%-
XYZ67.0348.7397.14-
YUV190.82161.97168.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.21%
GREEN value IS 150 (58.98% from 255) = 23.11%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=38.21%
G=23.11%
B=38.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481502510.010.4000.02298.2292.6678.63
HexF896FB1280212a5d4f
Octal37022637315002452135117
Binary111110001001011011111011110100001010010101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F896FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F896FB; }

 p { color: rgb(248,150,251); }

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

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

 a { background-color: rgb(248,150,251); }

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

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

 span { border-color: rgb(248,150,251); }

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