#F69CF5

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

Shades of Violet #F69CF5

Tints of Violet #F69CF5

Color information

#F69CF5 (or 0xF69CF5) is unknown color: approx Violet. HEX triplet: F6, 9C and F5. RGB value is (246,156,245). Sum of RGB (Red+Green+Blue) = 246+156+245=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 156 (61.33% from 255 or 24.11% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69CF5 is #09630A. Grayscale: #C0C0C0. Windows color (decimal): -615179 or 16096502. OLE color: 16096502.

HSL color Cylindrical-coordinate representation of color #F69CF5: hue angle of 300.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69CF5 is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB246156245-
CMYK00.370.000.04
HSL300.67º83.33%78.82%-
HSV(B)300.67º36.59%96.47%-
XYZ66.3849.9692.53-
YUV193.06157.32165.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.02%
GREEN value IS 156 (61.33% from 255) = 24.11%
BLUE value IS 245 (96.09% from 255) = 37.87%
R=38.02%
G=24.11%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615624500.370.000.04300.6783.3378.82
HexF69CF50250412d534f
Octal36623436504504455123117
Binary1111011010011100111101010100101010010010110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69CF5; }

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

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

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

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

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

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

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

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