#F28CFF

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

Shades of Violet #F28CFF

Tints of Violet #F28CFF

Color information

#F28CFF (or 0xF28CFF) is unknown color: approx Violet. HEX triplet: F2, 8C and FF. RGB value is (242,140,255). Sum of RGB (Red+Green+Blue) = 242+140+255=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 140 (55.08% from 255 or 21.98% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #F28CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28CFF is #0D7300. Grayscale: #B7B7B7. Windows color (decimal): -881409 or 16747762. OLE color: 16747762.

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

Color convert

RGB242140255-
CMYK0.050.4500
HSL293.22º100%77.45%-
HSV(B)293.22º45.1%100%-
XYZ64.0544.8599.89-
YUV183.61168.29169.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 140 (55.08% from 255) = 21.98%
BLUE value IS 255 (100% from 255) = 40.03%
R=37.99%
G=21.98%
B=40.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421402550.050.4500293.2210077.45
HexF28CFF52D00125644d
Octal36221437755500445144115
Binary1111001010001100111111111011011010010010010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28CFF; }

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

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

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

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

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

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

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

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