#F69BFA

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

Shades of Violet #F69BFA

Tints of Violet #F69BFA

Color information

#F69BFA (or 0xF69BFA) is unknown color: approx Violet. HEX triplet: F6, 9B and FA. RGB value is (246,155,250). Sum of RGB (Red+Green+Blue) = 246+155+250=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 155 (60.94% from 255 or 23.81% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #F69BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69BFA is #096405. Grayscale: #C0C0C0. Windows color (decimal): -615430 or 16423926. OLE color: 16423926.

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

Color convert

RGB246155250-
CMYK0.020.3800.02
HSL297.47º90.48%79.41%-
HSV(B)297.47º38%98.04%-
XYZ66.9849.9496.55-
YUV193.04160.15165.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.79%
GREEN value IS 155 (60.94% from 255) = 23.81%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=37.79%
G=23.81%
B=38.40%

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
Decimal2461552500.020.3800.02297.4790.4879.41
HexF69BFA226021295a4f
Octal36623337224602451132117
Binary1111011010011011111110101010011001010010100110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69BFA; }

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

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

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

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

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

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

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

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