#F088FD

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

Shades of Violet #F088FD

Tints of Violet #F088FD

Color information

#F088FD (or 0xF088FD) is unknown color: approx Violet. HEX triplet: F0, 88 and FD. RGB value is (240,136,253). Sum of RGB (Red+Green+Blue) = 240+136+253=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 136 (53.52% from 255 or 21.62% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #F088FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F088FD is #0F7702. Grayscale: #B4B4B4. Windows color (decimal): -1013507 or 16615664. OLE color: 16615664.

HSL color Cylindrical-coordinate representation of color #F088FD: hue angle of 293.33º degrees, saturation: 0.97, 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 #F088FD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240136253-
CMYK0.050.4600.01
HSL293.33º96.69%76.27%-
HSV(B)293.33º46.25%99.22%-
XYZ62.4743.2397.98-
YUV180.43168.96170.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.16%
GREEN value IS 136 (53.52% from 255) = 21.62%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=38.16%
G=21.62%
B=40.22%

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
Decimal2401362530.050.4600.01293.3396.6976.27
HexF088FD52E01125614c
Octal36021037555601445141114
Binary1111000010001000111111011011011100110010010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F088FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F088FD; }

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

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

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

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

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

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

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

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