#F08BEA

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

Shades of Violet #F08BEA

Tints of Violet #F08BEA

Color information

#F08BEA (or 0xF08BEA) is unknown color: approx Violet. HEX triplet: F0, 8B and EA. RGB value is (240,139,234). Sum of RGB (Red+Green+Blue) = 240+139+234=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BEA is #0F7415. Grayscale: #B3B3B3. Windows color (decimal): -1012758 or 15371248. OLE color: 15371248.

HSL color Cylindrical-coordinate representation of color #F08BEA: hue angle of 303.56º 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 #F08BEA is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240139234-
CMYK00.420.020.06
HSL303.56º77.1%74.31%-
HSV(B)303.56º42.08%94.12%-
XYZ60.0242.9382.97-
YUV180.03158.46170.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 139 (54.69% from 255) = 22.68%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=39.15%
G=22.68%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013923400.420.020.06303.5677.174.31
HexF08BEA02A261304d4a
Octal36021335205226460115112
Binary11110000100010111110101001010101011010011000010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08BEA; }

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

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

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

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

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

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

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

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