#F795FE

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

Shades of Violet #F795FE

Tints of Violet #F795FE

Color information

#F795FE (or 0xF795FE) is unknown color: approx Violet. HEX triplet: F7, 95 and FE. RGB value is (247,149,254). Sum of RGB (Red+Green+Blue) = 247+149+254=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 149 (58.59% from 255 or 22.92% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #F795FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F795FE is #086A01. Grayscale: #BDBDBD. Windows color (decimal): -551426 or 16684535. OLE color: 16684535.

HSL color Cylindrical-coordinate representation of color #F795FE: hue angle of 296º 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 #F795FE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB247149254-
CMYK0.030.4100.00
HSL296º98.13%79.02%-
HSV(B)296º41.34%99.61%-
XYZ66.9948.4299.58-
YUV190.27163.97168.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38%
GREEN value IS 149 (58.59% from 255) = 22.92%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=38%
G=22.92%
B=39.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2471492540.030.4100.0029698.1379.02
HexF795FE32900128624f
Octal36722537635100450142117
Binary111101111001010111111110111010010010010100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F795FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F795FE; }

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

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

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

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

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

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

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

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