#f28ffa

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

Shades of Violet #F28FFA

Tints of Violet #F28FFA

Color information

#F28FFA (or 0xF28FFA) is unknown color: approx Violet. HEX triplet: F2, 8F and FA. RGB value is (242,143,250). Sum of RGB (Red+Green+Blue) = 242+143+250=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #F28FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FFA is #0D7005. Grayscale: #B8B8B8. Windows color (decimal): -880646 or 16420850. OLE color: 16420850.

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

Color convert

RGB242143250-
CMYK0.030.4300.02
HSL295.51º91.45%77.06%-
HSV(B)295.51º42.8%98.04%-
XYZ63.745.4295.85-
YUV184.8164.8168.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.11%
GREEN value IS 143 (56.25% from 255) = 22.52%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=38.11%
G=22.52%
B=39.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421432500.030.4300.02295.5191.4577.06
HexF28FFA32B021285b4d
Octal36221737235302450133115
Binary1111001010001111111110101110101101010010100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f28ffa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f28ffa; }

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

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

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

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

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

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

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

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