#F995FE

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

Shades of Violet #F995FE

Tints of Violet #F995FE

Color information

#F995FE (or 0xF995FE) is unknown color: approx Violet. HEX triplet: F9, 95 and FE. RGB value is (249,149,254). Sum of RGB (Red+Green+Blue) = 249+149+254=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 149 (58.59% from 255 or 22.85% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #F995FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F995FE is #066A01. Grayscale: #BEBEBE. Windows color (decimal): -420354 or 16684537. OLE color: 16684537.

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

Color convert

RGB249149254-
CMYK0.020.4100.00
HSL297.14º98.13%79.02%-
HSV(B)297.14º41.34%99.61%-
XYZ67.748.7999.62-
YUV190.87163.63169.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.19%
GREEN value IS 149 (58.59% from 255) = 22.85%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=38.19%
G=22.85%
B=38.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491492540.020.4100.00297.1498.1379.02
HexF995FE22900129624f
Octal37122537625100451142117
Binary111110011001010111111110101010010010010100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F995FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F995FE; }

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

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

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

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

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

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

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

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