#F28DFA

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

Shades of Violet #F28DFA

Tints of Violet #F28DFA

Color information

#F28DFA (or 0xF28DFA) is unknown color: approx Violet. HEX triplet: F2, 8D and FA. RGB value is (242,141,250). Sum of RGB (Red+Green+Blue) = 242+141+250=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 141 (55.47% from 255 or 22.27% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #F28DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28DFA is #0D7205. Grayscale: #B7B7B7. Windows color (decimal): -881158 or 16420338. OLE color: 16420338.

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

Color convert

RGB242141250-
CMYK0.030.4400.02
HSL295.6º91.6%76.67%-
HSV(B)295.6º43.6%98.04%-
XYZ63.444.8395.75-
YUV183.62165.46169.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 141 (55.47% from 255) = 22.27%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=38.23%
G=22.27%
B=39.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421412500.030.4400.02295.691.676.67
HexF28DFA32C021285c4d
Octal36221537235402450134115
Binary1111001010001101111110101110110001010010100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28DFA; }

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

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

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

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

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

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

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

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