#F288F9

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

Shades of Violet #F288F9

Tints of Violet #F288F9

Color information

#F288F9 (or 0xF288F9) is unknown color: approx Violet. HEX triplet: F2, 88 and F9. RGB value is (242,136,249). Sum of RGB (Red+Green+Blue) = 242+136+249=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 136 (53.52% from 255 or 21.69% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #F288F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288F9 is #0D7706. Grayscale: #B4B4B4. Windows color (decimal): -882439 or 16353522. OLE color: 16353522.

HSL color Cylindrical-coordinate representation of color #F288F9: hue angle of 296.28º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F288F9 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242136249-
CMYK0.030.4500.02
HSL296.28º90.4%75.49%-
HSV(B)296.28º45.38%97.65%-
XYZ62.5243.3394.69-
YUV180.58166.62171.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 136 (53.52% from 255) = 21.69%
BLUE value IS 249 (97.66% from 255) = 39.71%
R=38.60%
G=21.69%
B=39.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421362490.030.4500.02296.2890.475.49
HexF288F932D021285a4b
Octal36221037135502450132113
Binary1111001010001000111110011110110101010010100010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F288F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F288F9; }

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

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

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

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

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

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

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

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