#F890FD

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

Shades of Violet #F890FD

Tints of Violet #F890FD

Color information

#F890FD (or 0xF890FD) is unknown color: approx Violet. HEX triplet: F8, 90 and FD. RGB value is (248,144,253). Sum of RGB (Red+Green+Blue) = 248+144+253=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 144 (56.64% from 255 or 22.33% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #F890FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F890FD is #076F02. Grayscale: #BBBBBB. Windows color (decimal): -487171 or 16617720. OLE color: 16617720.

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

Color convert

RGB248144253-
CMYK0.020.4300.01
HSL297.25º96.46%77.84%-
HSV(B)297.25º43.08%99.22%-
XYZ66.4146.9998.5-
YUV187.52164.96171.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.45%
GREEN value IS 144 (56.64% from 255) = 22.33%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=38.45%
G=22.33%
B=39.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481442530.020.4300.01297.2596.4677.84
HexF890FD22B01129604e
Octal37022037525301451140116
Binary111110001001000011111101101010110110010100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890FD; }

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

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

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

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

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

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

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

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