#F288FF

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

Shades of Violet #F288FF

Tints of Violet #F288FF

Color information

#F288FF (or 0xF288FF) is unknown color: approx Violet. HEX triplet: F2, 88 and FF. RGB value is (242,136,255). Sum of RGB (Red+Green+Blue) = 242+136+255=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 136 (53.52% from 255 or 21.48% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #F288FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288FF is #0D7700. Grayscale: #B4B4B4. Windows color (decimal): -882433 or 16746738. OLE color: 16746738.

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

Color convert

RGB242136255-
CMYK0.050.4700
HSL293.45º100%76.67%-
HSV(B)293.45º46.67%100%-
XYZ63.4743.7199.7-
YUV181.26169.62171.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 136 (53.52% from 255) = 21.48%
BLUE value IS 255 (100% from 255) = 40.28%
R=38.23%
G=21.48%
B=40.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421362550.050.4700293.4510076.67
HexF288FF52F00125644d
Octal36221037755700445144115
Binary1111001010001000111111111011011110010010010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F288FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F288FF; }

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

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

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

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

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

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

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

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