#F895FD

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

Shades of Violet #F895FD

Tints of Violet #F895FD

Color information

#F895FD (or 0xF895FD) is unknown color: approx Violet. HEX triplet: F8, 95 and FD. RGB value is (248,149,253). Sum of RGB (Red+Green+Blue) = 248+149+253=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 149 (58.59% from 255 or 22.92% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #F895FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F895FD is #076A02. Grayscale: #BEBEBE. Windows color (decimal): -485891 or 16619000. OLE color: 16619000.

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

Color convert

RGB248149253-
CMYK0.020.4100.01
HSL297.12º96.3%78.82%-
HSV(B)297.12º41.11%99.22%-
XYZ67.1948.5498.76-
YUV190.46163.3169.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.15%
GREEN value IS 149 (58.59% from 255) = 22.92%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=38.15%
G=22.92%
B=38.92%

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
Decimal2481492530.020.4100.01297.1296.378.82
HexF895FD22901129604f
Octal37022537525101451140117
Binary111110001001010111111101101010010110010100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F895FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F895FD; }

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

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

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

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

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

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

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

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