#F28CFB

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

Shades of Violet #F28CFB

Tints of Violet #F28CFB

Color information

#F28CFB (or 0xF28CFB) is unknown color: approx Violet. HEX triplet: F2, 8C and FB. RGB value is (242,140,251). Sum of RGB (Red+Green+Blue) = 242+140+251=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 140 (55.08% from 255 or 22.12% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #F28CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28CFB is #0D7304. Grayscale: #B6B6B6. Windows color (decimal): -881413 or 16485618. OLE color: 16485618.

HSL color Cylindrical-coordinate representation of color #F28CFB: hue angle of 295.14º degrees, saturation: 0.93, 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 #F28CFB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242140251-
CMYK0.040.4400.02
HSL295.14º93.28%76.67%-
HSV(B)295.14º44.22%98.43%-
XYZ63.4144.696.53-
YUV183.15166.29169.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 140 (55.08% from 255) = 22.12%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=38.23%
G=22.12%
B=39.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421402510.040.4400.02295.1493.2876.67
HexF28CFB42C021275d4d
Octal36221437345402447135115
Binary11110010100011001111101110010110001010010011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28CFB; }

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

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

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

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

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

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

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

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