#F69CF7

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

Shades of Violet #F69CF7

Tints of Violet #F69CF7

Color information

#F69CF7 (or 0xF69CF7) is unknown color: approx Violet. HEX triplet: F6, 9C and F7. RGB value is (246,156,247). Sum of RGB (Red+Green+Blue) = 246+156+247=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 156 (61.33% from 255 or 24.04% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #F69CF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69CF7 is #096308. Grayscale: #C1C1C1. Windows color (decimal): -615177 or 16227574. OLE color: 16227574.

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

Color convert

RGB246156247-
CMYK0.000.3700.03
HSL299.34º85.05%79.02%-
HSV(B)299.34º36.84%96.86%-
XYZ66.6850.0994.15-
YUV193.28158.32165.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.90%
GREEN value IS 156 (61.33% from 255) = 24.04%
BLUE value IS 247 (96.88% from 255) = 38.06%
R=37.90%
G=24.04%
B=38.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2461562470.000.3700.03299.3485.0579.02
HexF69CF70250312b554f
Octal36623436704503453125117
Binary111101101001110011110111010010101110010101110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69CF7; }

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

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

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

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

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

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

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

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