#F69AFD

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

Shades of Violet #F69AFD

Tints of Violet #F69AFD

Color information

#F69AFD (or 0xF69AFD) is unknown color: approx Violet. HEX triplet: F6, 9A and FD. RGB value is (246,154,253). Sum of RGB (Red+Green+Blue) = 246+154+253=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 154 (60.55% from 255 or 23.58% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #F69AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69AFD is #096502. Grayscale: #C0C0C0. Windows color (decimal): -615683 or 16620278. OLE color: 16620278.

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

Color convert

RGB246154253-
CMYK0.030.3900.01
HSL295.76º96.12%79.8%-
HSV(B)295.76º39.13%99.22%-
XYZ67.2949.898.99-
YUV192.79161.98165.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.67%
GREEN value IS 154 (60.55% from 255) = 23.58%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=37.67%
G=23.58%
B=38.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461542530.030.3900.01295.7696.1279.8
HexF69AFD327011286050
Octal36623237534701450140120
Binary111101101001101011111101111001110110010100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69AFD; }

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

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

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

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

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

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

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

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