#F287FA

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

Shades of Violet #F287FA

Tints of Violet #F287FA

Color information

#F287FA (or 0xF287FA) is unknown color: approx Violet. HEX triplet: F2, 87 and FA. RGB value is (242,135,250). Sum of RGB (Red+Green+Blue) = 242+135+250=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 135 (53.12% from 255 or 21.53% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #F287FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F287FA is #0D7805. Grayscale: #B3B3B3. Windows color (decimal): -882694 or 16418802. OLE color: 16418802.

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

Color convert

RGB242135250-
CMYK0.030.4600.02
HSL295.83º92%75.49%-
HSV(B)295.83º46%98.04%-
XYZ62.5443.1195.47-
YUV180.1167.45172.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 135 (53.12% from 255) = 21.53%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=38.60%
G=21.53%
B=39.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421352500.030.4600.02295.839275.49
HexF287FA32E021285c4b
Octal36220737235602450134113
Binary1111001010000111111110101110111001010010100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F287FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F287FA; }

 p { color: rgb(242,135,250); }

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

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

 a { background-color: rgb(242,135,250); }

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

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

 span { border-color: rgb(242,135,250); }

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