#F28CFA

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

Shades of Violet #F28CFA

Tints of Violet #F28CFA

Color information

#F28CFA (or 0xF28CFA) is unknown color: approx Violet. HEX triplet: F2, 8C and FA. RGB value is (242,140,250). Sum of RGB (Red+Green+Blue) = 242+140+250=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 140 (55.08% from 255 or 22.15% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #F28CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28CFA is #0D7305. Grayscale: #B6B6B6. Windows color (decimal): -881414 or 16420082. OLE color: 16420082.

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

Color convert

RGB242140250-
CMYK0.030.4400.02
HSL295.64º91.67%76.47%-
HSV(B)295.64º44%98.04%-
XYZ63.2544.5495.7-
YUV183.04165.79170.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.29%
GREEN value IS 140 (55.08% from 255) = 22.15%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=38.29%
G=22.15%
B=39.56%

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
Decimal2421402500.030.4400.02295.6491.6776.47
HexF28CFA32C021285c4c
Octal36221437235402450134114
Binary1111001010001100111110101110110001010010100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28CFA; }

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

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

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

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

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

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

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

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