#F69BFB

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

Shades of Violet #F69BFB

Tints of Violet #F69BFB

Color information

#F69BFB (or 0xF69BFB) is unknown color: approx Violet. HEX triplet: F6, 9B and FB. RGB value is (246,155,251). Sum of RGB (Red+Green+Blue) = 246+155+251=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 155 (60.94% from 255 or 23.77% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #F69BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69BFB is #096404. Grayscale: #C0C0C0. Windows color (decimal): -615429 or 16489462. OLE color: 16489462.

HSL color Cylindrical-coordinate representation of color #F69BFB: hue angle of 296.88º degrees, saturation: 0.92, 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 #F69BFB is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246155251-
CMYK0.020.3800.02
HSL296.88º92.31%79.61%-
HSV(B)296.88º38.25%98.43%-
XYZ67.145097.38-
YUV193.15160.65165.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.73%
GREEN value IS 155 (60.94% from 255) = 23.77%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=37.73%
G=23.77%
B=38.50%

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
Decimal2461552510.020.3800.02296.8892.3179.61
HexF69BFB226021295c50
Octal36623337324602451134120
Binary1111011010011011111110111010011001010010100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69BFB; }

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

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

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

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

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

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

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

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