#F69CFA

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

Shades of Violet #F69CFA

Tints of Violet #F69CFA

Color information

#F69CFA (or 0xF69CFA) is unknown color: approx Violet. HEX triplet: F6, 9C and FA. RGB value is (246,156,250). Sum of RGB (Red+Green+Blue) = 246+156+250=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 156 (61.33% from 255 or 23.93% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #F69CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69CFA is #096305. Grayscale: #C1C1C1. Windows color (decimal): -615174 or 16424182. OLE color: 16424182.

HSL color Cylindrical-coordinate representation of color #F69CFA: hue angle of 297.45º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F69CFA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246156250-
CMYK0.020.3800.02
HSL297.45º90.38%79.61%-
HSV(B)297.45º37.6%98.04%-
XYZ67.1550.2796.61-
YUV193.63159.82165.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.73%
GREEN value IS 156 (61.33% from 255) = 23.93%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=37.73%
G=23.93%
B=38.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461562500.020.3800.02297.4590.3879.61
HexF69CFA226021295a50
Octal36623437224602451132120
Binary1111011010011100111110101010011001010010100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69CFA; }

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

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

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

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

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

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

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

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