#F69CFF

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

Shades of Violet #F69CFF

Tints of Violet #F69CFF

Color information

#F69CFF (or 0xF69CFF) is unknown color: approx Violet. HEX triplet: F6, 9C and FF. RGB value is (246,156,255). Sum of RGB (Red+Green+Blue) = 246+156+255=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 156 (61.33% from 255 or 23.74% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #F69CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69CFF is #096300. Grayscale: #C1C1C1. Windows color (decimal): -615169 or 16751862. OLE color: 16751862.

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

Color convert

RGB246156255-
CMYK0.040.3900
HSL294.55º100%80.59%-
HSV(B)294.55º38.82%100%-
XYZ67.9450.59100.79-
YUV194.2162.32164.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.44%
GREEN value IS 156 (61.33% from 255) = 23.74%
BLUE value IS 255 (100% from 255) = 38.81%
R=37.44%
G=23.74%
B=38.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461562550.040.3900294.5510080.59
HexF69CFF427001276451
Octal36623437744700447144121
Binary1111011010011100111111111001001110010010011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69CFF; }

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

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

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

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

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

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

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

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