#F691FD

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

Shades of Violet #F691FD

Tints of Violet #F691FD

Color information

#F691FD (or 0xF691FD) is unknown color: approx Violet. HEX triplet: F6, 91 and FD. RGB value is (246,145,253). Sum of RGB (Red+Green+Blue) = 246+145+253=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 145 (57.03% from 255 or 22.52% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #F691FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F691FD is #096E02. Grayscale: #BBBBBB. Windows color (decimal): -617987 or 16617974. OLE color: 16617974.

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

Color convert

RGB246145253-
CMYK0.030.4300.01
HSL296.11º96.43%78.04%-
HSV(B)296.11º42.69%99.22%-
XYZ65.8646.9498.52-
YUV187.51164.96169.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.20%
GREEN value IS 145 (57.03% from 255) = 22.52%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=38.20%
G=22.52%
B=39.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461452530.030.4300.01296.1196.4378.04
HexF691FD32B01128604e
Octal36622137535301450140116
Binary111101101001000111111101111010110110010100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691FD; }

 p { color: rgb(246,145,253); }

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

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

 a { background-color: rgb(246,145,253); }

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

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

 span { border-color: rgb(246,145,253); }

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