#F08BF0

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

Shades of Violet #F08BF0

Tints of Violet #F08BF0

Color information

#F08BF0 (or 0xF08BF0) is unknown color: approx Violet. HEX triplet: F0, 8B and F0. RGB value is (240,139,240). Sum of RGB (Red+Green+Blue) = 240+139+240=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 139 (54.69% from 255 or 22.46% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F08BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BF0 is #0F740F. Grayscale: #B4B4B4. Windows color (decimal): -1012752 or 15764464. OLE color: 15764464.

HSL color Cylindrical-coordinate representation of color #F08BF0: hue angle of 300º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BF0 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB240139240-
CMYK00.4200.06
HSL300º77.1%74.31%-
HSV(B)300º42.08%94.12%-
XYZ60.943.2887.58-
YUV180.71161.46170.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 139 (54.69% from 255) = 22.46%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=38.77%
G=22.46%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013924000.4200.0630077.174.31
HexF08BF002A0612c4d4a
Octal36021336005206454115112
Binary1111000010001011111100000101010011010010110010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08BF0; }

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

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

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

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

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

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

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

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