#F288FB

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

Shades of Violet #F288FB

Tints of Violet #F288FB

Color information

#F288FB (or 0xF288FB) is unknown color: approx Violet. HEX triplet: F2, 88 and FB. RGB value is (242,136,251). Sum of RGB (Red+Green+Blue) = 242+136+251=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 136 (53.52% from 255 or 21.62% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #F288FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288FB is #0D7704. Grayscale: #B4B4B4. Windows color (decimal): -882437 or 16484594. OLE color: 16484594.

HSL color Cylindrical-coordinate representation of color #F288FB: hue angle of 295.3º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F288FB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242136251-
CMYK0.040.4600.02
HSL295.3º93.5%75.88%-
HSV(B)295.3º45.82%98.43%-
XYZ62.8343.4596.34-
YUV180.8167.62171.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.47%
GREEN value IS 136 (53.52% from 255) = 21.62%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=38.47%
G=21.62%
B=39.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421362510.040.4600.02295.393.575.88
HexF288FB42E021275d4c
Octal36221037345602447135114
Binary11110010100010001111101110010111001010010011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F288FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F288FB; }

 p { color: rgb(242,136,251); }

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

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

 a { background-color: rgb(242,136,251); }

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

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

 span { border-color: rgb(242,136,251); }

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