#F28CFC

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

Shades of Violet #F28CFC

Tints of Violet #F28CFC

Color information

#F28CFC (or 0xF28CFC) is unknown color: approx Violet. HEX triplet: F2, 8C and FC. RGB value is (242,140,252). Sum of RGB (Red+Green+Blue) = 242+140+252=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 140 (55.08% from 255 or 22.08% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #F28CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28CFC is #0D7303. Grayscale: #B6B6B6. Windows color (decimal): -881412 or 16551154. OLE color: 16551154.

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

Color convert

RGB242140252-
CMYK0.040.4400.01
HSL294.64º94.92%76.86%-
HSV(B)294.64º44.44%98.82%-
XYZ63.5744.6697.37-
YUV183.27166.79169.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.17%
GREEN value IS 140 (55.08% from 255) = 22.08%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=38.17%
G=22.08%
B=39.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421402520.040.4400.01294.6494.9276.86
HexF28CFC42C011275f4d
Octal36221437445401447137115
Binary1111001010001100111111001001011000110010011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28CFC; }

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

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

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

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

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

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

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

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