#F280FB

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

Shades of Violet #F280FB

Tints of Violet #F280FB

Color information

#F280FB (or 0xF280FB) is unknown color: approx Violet. HEX triplet: F2, 80 and FB. RGB value is (242,128,251). Sum of RGB (Red+Green+Blue) = 242+128+251=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 128 (50.39% from 255 or 20.61% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #F280FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F280FB is #0D7F04. Grayscale: #AFAFAF. Windows color (decimal): -884485 or 16482546. OLE color: 16482546.

HSL color Cylindrical-coordinate representation of color #F280FB: hue angle of 295.61º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F280FB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242128251-
CMYK0.040.4900.02
HSL295.61º93.89%74.31%-
HSV(B)295.61º49%98.43%-
XYZ61.7541.2895.98-
YUV176.11170.27175-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 128 (50.39% from 255) = 20.61%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=38.97%
G=20.61%
B=40.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421282510.040.4900.02295.6193.8974.31
HexF280FB431021285e4a
Octal36220037346102450136112
Binary11110010100000001111101110011000101010010100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F280FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F280FB; }

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

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

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

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

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

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

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

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