#FB80F4

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

Shades of Violet #FB80F4

Tints of Violet #FB80F4

Color information

#FB80F4 (or 0xFB80F4) is unknown color: approx Violet. HEX triplet: FB, 80 and F4. RGB value is (251,128,244). Sum of RGB (Red+Green+Blue) = 251+128+244=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 128 (50.39% from 255 or 20.55% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80F4 is #047F0B. Grayscale: #B1B1B1. Windows color (decimal): -294668 or 16023803. OLE color: 16023803.

HSL color Cylindrical-coordinate representation of color #FB80F4: hue angle of 303.41º 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 #FB80F4 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251128244-
CMYK00.490.030.02
HSL303.41º93.89%74.31%-
HSV(B)303.41º49%98.43%-
XYZ63.8342.4890.42-
YUV178165.25180.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 128 (50.39% from 255) = 20.55%
BLUE value IS 244 (95.70% from 255) = 39.17%
R=40.29%
G=20.55%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112824400.490.030.02303.4193.8974.31
HexFB80F40313212f5e4a
Octal37320036406132457136112
Binary1111101110000000111101000110001111010010111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB80F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB80F4; }

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

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

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

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

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

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

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

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