#F087FC

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

Shades of Violet #F087FC

Tints of Violet #F087FC

Color information

#F087FC (or 0xF087FC) is unknown color: approx Violet. HEX triplet: F0, 87 and FC. RGB value is (240,135,252). Sum of RGB (Red+Green+Blue) = 240+135+252=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 135 (53.12% from 255 or 21.53% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #F087FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087FC is #0F7803. Grayscale: #B3B3B3. Windows color (decimal): -1013764 or 16549872. OLE color: 16549872.

HSL color Cylindrical-coordinate representation of color #F087FC: hue angle of 293.85º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F087FC is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240135252-
CMYK0.050.4600.01
HSL293.85º95.12%75.88%-
HSV(B)293.85º46.43%98.82%-
XYZ62.1742.8897.1-
YUV179.73168.79170.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 135 (53.12% from 255) = 21.53%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=38.28%
G=21.53%
B=40.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401352520.050.4600.01293.8595.1275.88
HexF087FC52E011265f4c
Octal36020737455601446137114
Binary1111000010000111111111001011011100110010011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087FC; }

 p { color: rgb(240,135,252); }

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

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

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

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

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

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

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