#f896fe

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

Shades of Violet #F896FE

Tints of Violet #F896FE

Color information

#F896FE (or 0xF896FE) is unknown color: approx Violet. HEX triplet: F8, 96 and FE. RGB value is (248,150,254). Sum of RGB (Red+Green+Blue) = 248+150+254=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 150 (58.98% from 255 or 23.01% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #F896FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896FE is #076901. Grayscale: #BEBEBE. Windows color (decimal): -485634 or 16684792. OLE color: 16684792.

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

Color convert

RGB248150254-
CMYK0.020.4100.00
HSL296.54º98.11%79.22%-
HSV(B)296.54º40.94%99.61%-
XYZ67.5148.9299.65-
YUV191.16163.47168.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.04%
GREEN value IS 150 (58.98% from 255) = 23.01%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=38.04%
G=23.01%
B=38.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2481502540.020.4100.00296.5498.1179.22
HexF896FE22900129624f
Octal37022637625100451142117
Binary111110001001011011111110101010010010010100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f896fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f896fe; }

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

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

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

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

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

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

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

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