#F690FD

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

Shades of Violet #F690FD

Tints of Violet #F690FD

Color information

#F690FD (or 0xF690FD) is unknown color: approx Violet. HEX triplet: F6, 90 and FD. RGB value is (246,144,253). Sum of RGB (Red+Green+Blue) = 246+144+253=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 144 (56.64% from 255 or 22.40% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #F690FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F690FD is #096F02. Grayscale: #BABABA. Windows color (decimal): -618243 or 16617718. OLE color: 16617718.

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

Color convert

RGB246144253-
CMYK0.030.4300.01
HSL296.15º96.46%77.84%-
HSV(B)296.15º43.08%99.22%-
XYZ65.7146.6398.47-
YUV186.92165.29170.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 144 (56.64% from 255) = 22.40%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=38.26%
G=22.40%
B=39.35%

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
Decimal2461442530.030.4300.01296.1596.4677.84
HexF690FD32B01128604e
Octal36622037535301450140116
Binary111101101001000011111101111010110110010100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F690FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F690FD; }

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

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

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

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

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

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

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

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