#F08BF1

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

Shades of Violet #F08BF1

Tints of Violet #F08BF1

Color information

#F08BF1 (or 0xF08BF1) is unknown color: approx Violet. HEX triplet: F0, 8B and F1. RGB value is (240,139,241). Sum of RGB (Red+Green+Blue) = 240+139+241=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 139 (54.69% from 255 or 22.42% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #F08BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BF1 is #0F740E. Grayscale: #B4B4B4. Windows color (decimal): -1012751 or 15830000. OLE color: 15830000.

HSL color Cylindrical-coordinate representation of color #F08BF1: hue angle of 299.41º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BF1 is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240139241-
CMYK0.000.4200.05
HSL299.41º78.46%74.51%-
HSV(B)299.41º42.32%94.51%-
XYZ61.0443.3488.37-
YUV180.83161.96170.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 139 (54.69% from 255) = 22.42%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=38.71%
G=22.42%
B=38.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401392410.000.4200.05299.4178.4674.51
HexF08BF102A0512b4e4b
Octal36021336105205453116113
Binary1111000010001011111100010101010010110010101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08BF1; }

 p { color: rgb(240,139,241); }

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

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

 a { background-color: rgb(240,139,241); }

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

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

 span { border-color: rgb(240,139,241); }

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