#F995FC

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

Shades of Violet #F995FC

Tints of Violet #F995FC

Color information

#F995FC (or 0xF995FC) is unknown color: approx Violet. HEX triplet: F9, 95 and FC. RGB value is (249,149,252). Sum of RGB (Red+Green+Blue) = 249+149+252=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 149 (58.59% from 255 or 22.92% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #F995FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F995FC is #066A03. Grayscale: #BEBEBE. Windows color (decimal): -420356 or 16553465. OLE color: 16553465.

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

Color convert

RGB249149252-
CMYK0.010.4100.01
HSL298.25º94.5%78.63%-
HSV(B)298.25º40.87%98.82%-
XYZ67.3948.6697.94-
YUV190.64162.63169.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.31%
GREEN value IS 149 (58.59% from 255) = 22.92%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=38.31%
G=22.92%
B=38.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491492520.010.4100.01298.2594.578.63
HexF995FC1290112a5e4f
Octal37122537415101452136117
Binary11111001100101011111110011010010110010101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F995FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F995FC; }

 p { color: rgb(249,149,252); }

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

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

 a { background-color: rgb(249,149,252); }

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

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

 span { border-color: rgb(249,149,252); }

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