#F69AFF

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

Shades of Violet #F69AFF

Tints of Violet #F69AFF

Color information

#F69AFF (or 0xF69AFF) is unknown color: approx Violet. HEX triplet: F6, 9A and FF. RGB value is (246,154,255). Sum of RGB (Red+Green+Blue) = 246+154+255=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 154 (60.55% from 255 or 23.51% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #F69AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69AFF is #096500. Grayscale: #C0C0C0. Windows color (decimal): -615681 or 16751350. OLE color: 16751350.

HSL color Cylindrical-coordinate representation of color #F69AFF: hue angle of 294.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F69AFF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB246154255-
CMYK0.040.4000
HSL294.65º100%80.2%-
HSV(B)294.65º39.61%100%-
XYZ67.6149.92100.68-
YUV193.02162.98165.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.56%
GREEN value IS 154 (60.55% from 255) = 23.51%
BLUE value IS 255 (100% from 255) = 38.93%
R=37.56%
G=23.51%
B=38.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461542550.040.4000294.6510080.2
HexF69AFF428001276450
Octal36623237745000447144120
Binary1111011010011010111111111001010000010010011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69AFF; }

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

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

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

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

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

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

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

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