#F896FD

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

Shades of Violet #F896FD

Tints of Violet #F896FD

Color information

#F896FD (or 0xF896FD) is unknown color: approx Violet. HEX triplet: F8, 96 and FD. RGB value is (248,150,253). Sum of RGB (Red+Green+Blue) = 248+150+253=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 150 (58.98% from 255 or 23.04% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #F896FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896FD is #076902. Grayscale: #BEBEBE. Windows color (decimal): -485635 or 16619256. OLE color: 16619256.

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

Color convert

RGB248150253-
CMYK0.020.4100.01
HSL297.09º96.26%79.02%-
HSV(B)297.09º40.71%99.22%-
XYZ67.3548.8698.81-
YUV191.04162.97168.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.10%
GREEN value IS 150 (58.98% from 255) = 23.04%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=38.10%
G=23.04%
B=38.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481502530.020.4100.01297.0996.2679.02
HexF896FD22901129604f
Octal37022637525101451140117
Binary111110001001011011111101101010010110010100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F896FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F896FD; }

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

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

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

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

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

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

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

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