#F894FC

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

Shades of Violet #F894FC

Tints of Violet #F894FC

Color information

#F894FC (or 0xF894FC) is unknown color: approx Violet. HEX triplet: F8, 94 and FC. RGB value is (248,148,252). Sum of RGB (Red+Green+Blue) = 248+148+252=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 148 (58.20% from 255 or 22.84% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #F894FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F894FC is #076B03. Grayscale: #BDBDBD. Windows color (decimal): -486148 or 16553208. OLE color: 16553208.

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

Color convert

RGB248148252-
CMYK0.020.4100.01
HSL297.69º94.55%78.43%-
HSV(B)297.69º41.27%98.82%-
XYZ66.8748.1697.87-
YUV189.76163.13169.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.27%
GREEN value IS 148 (58.20% from 255) = 22.84%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=38.27%
G=22.84%
B=38.89%

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
Decimal2481482520.020.4100.01297.6994.5578.43
HexF894FC2290112a5f4e
Octal37022437425101452137116
Binary111110001001010011111100101010010110010101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F894FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F894FC; }

 p { color: rgb(248,148,252); }

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

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

 a { background-color: rgb(248,148,252); }

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

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

 span { border-color: rgb(248,148,252); }

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