#F28AFD

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

Shades of Violet #F28AFD

Tints of Violet #F28AFD

Color information

#F28AFD (or 0xF28AFD) is unknown color: approx Violet. HEX triplet: F2, 8A and FD. RGB value is (242,138,253). Sum of RGB (Red+Green+Blue) = 242+138+253=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 138 (54.30% from 255 or 21.80% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #F28AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28AFD is #0D7502. Grayscale: #B5B5B5. Windows color (decimal): -881923 or 16616178. OLE color: 16616178.

HSL color Cylindrical-coordinate representation of color #F28AFD: hue angle of 294.26º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28AFD is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242138253-
CMYK0.040.4500.01
HSL294.26º96.64%76.67%-
HSV(B)294.26º45.45%99.22%-
XYZ63.4444.1598.11-
YUV182.21167.96170.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 138 (54.30% from 255) = 21.80%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=38.23%
G=21.80%
B=39.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421382530.040.4500.01294.2696.6476.67
HexF28AFD42D01126614d
Octal36221237545501446141115
Binary1111001010001010111111011001011010110010011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28AFD; }

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

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

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

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

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

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

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

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