#FE7AF1

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

Shades of Fuchsia Pink #FE7AF1

Tints of Fuchsia Pink #FE7AF1

Color information

#FE7AF1 (or 0xFE7AF1) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 7A and F1. RGB value is (254,122,241). Sum of RGB (Red+Green+Blue) = 254+122+241=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 122 (48.05% from 255 or 19.77% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7AF1 is #01850E. Grayscale: #AEAEAE. Windows color (decimal): -99599 or 15825662. OLE color: 15825662.

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

Color convert

RGB254122241-
CMYK00.520.050.00
HSL305.91º98.51%73.73%-
HSV(B)305.91º51.97%99.61%-
XYZ63.7141.3487.84-
YUV175.03165.23184.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 122 (48.05% from 255) = 19.77%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=41.17%
G=19.77%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412224100.520.050.00305.9198.5173.73
HexFE7AF103450132634a
Octal37617236106450462143112
Binary111111101111010111100010110100101010011001011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7AF1; }

 p { color: rgb(254,122,241); }

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

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

 a { background-color: rgb(254,122,241); }

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

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

 span { border-color: rgb(254,122,241); }

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