#F087FD

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

Shades of Violet #F087FD

Tints of Violet #F087FD

Color information

#F087FD (or 0xF087FD) is unknown color: approx Violet. HEX triplet: F0, 87 and FD. RGB value is (240,135,253). Sum of RGB (Red+Green+Blue) = 240+135+253=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 135 (53.12% from 255 or 21.50% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #F087FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087FD is #0F7802. Grayscale: #B3B3B3. Windows color (decimal): -1013763 or 16615408. OLE color: 16615408.

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

Color convert

RGB240135253-
CMYK0.050.4700.01
HSL293.39º96.72%76.08%-
HSV(B)293.39º46.64%99.22%-
XYZ62.3342.9597.93-
YUV179.85169.29170.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 135 (53.12% from 255) = 21.50%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=38.22%
G=21.50%
B=40.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401352530.050.4700.01293.3996.7276.08
HexF087FD52F01125614c
Octal36020737555701445141114
Binary1111000010000111111111011011011110110010010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087FD; }

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

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

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

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

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

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

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

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