#FE7BFA

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

Shades of Fuchsia Pink #FE7BFA

Tints of Fuchsia Pink #FE7BFA

Color information

#FE7BFA (or 0xFE7BFA) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 7B and FA. RGB value is (254,123,250). Sum of RGB (Red+Green+Blue) = 254+123+250=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 123 (48.44% from 255 or 19.62% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BFA is #018405. Grayscale: #B0B0B0. Windows color (decimal): -99334 or 16415742. OLE color: 16415742.

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

Color convert

RGB254123250-
CMYK00.520.020.00
HSL301.83º98.5%73.92%-
HSV(B)301.83º51.57%99.61%-
XYZ65.2142.1495.14-
YUV176.65169.4183.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 123 (48.44% from 255) = 19.62%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=40.51%
G=19.62%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412325000.520.020.00301.8398.573.92
HexFE7BFA0342012e624a
Octal37617337206420456142112
Binary11111110111101111111010011010010010010111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7BFA; }

 p { color: rgb(254,123,250); }

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

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

 a { background-color: rgb(254,123,250); }

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

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

 span { border-color: rgb(254,123,250); }

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