#F893FA

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

Shades of Violet #F893FA

Tints of Violet #F893FA

Color information

#F893FA (or 0xF893FA) is unknown color: approx Violet. HEX triplet: F8, 93 and FA. RGB value is (248,147,250). Sum of RGB (Red+Green+Blue) = 248+147+250=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 147 (57.81% from 255 or 22.79% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #F893FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F893FA is #076C05. Grayscale: #BCBCBC. Windows color (decimal): -486406 or 16421880. OLE color: 16421880.

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

Color convert

RGB248147250-
CMYK0.010.4100.02
HSL298.83º91.15%77.84%-
HSV(B)298.83º41.2%98.04%-
XYZ66.447.7396.15-
YUV188.94162.46170.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.45%
GREEN value IS 147 (57.81% from 255) = 22.79%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=38.45%
G=22.79%
B=38.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481472500.010.4100.02298.8391.1577.84
HexF893FA1290212b5b4e
Octal37022337215102453133116
Binary111110001001001111111010110100101010010101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F893FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F893FA; }

 p { color: rgb(248,147,250); }

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

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

 a { background-color: rgb(248,147,250); }

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

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

 span { border-color: rgb(248,147,250); }

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