#F28AFF

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

Shades of Violet #F28AFF

Tints of Violet #F28AFF

Color information

#F28AFF (or 0xF28AFF) is unknown color: approx Violet. HEX triplet: F2, 8A and FF. RGB value is (242,138,255). Sum of RGB (Red+Green+Blue) = 242+138+255=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 138 (54.30% from 255 or 21.73% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #F28AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28AFF is #0D7500. Grayscale: #B6B6B6. Windows color (decimal): -881921 or 16747250. OLE color: 16747250.

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

Color convert

RGB242138255-
CMYK0.050.4600
HSL293.33º100%77.06%-
HSV(B)293.33º45.88%100%-
XYZ63.7644.2799.79-
YUV182.43168.96170.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.11%
GREEN value IS 138 (54.30% from 255) = 21.73%
BLUE value IS 255 (100% from 255) = 40.16%
R=38.11%
G=21.73%
B=40.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421382550.050.4600293.3310077.06
HexF28AFF52E00125644d
Octal36221237755600445144115
Binary1111001010001010111111111011011100010010010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28AFF; }

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

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

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

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

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

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

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

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