#FE7FF7

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

Shades of Fuchsia Pink #FE7FF7

Tints of Fuchsia Pink #FE7FF7

Color information

#FE7FF7 (or 0xFE7FF7) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 7F and F7. RGB value is (254,127,247). Sum of RGB (Red+Green+Blue) = 254+127+247=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 127 (50% from 255 or 20.22% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7FF7 is #018008. Grayscale: #B2B2B2. Windows color (decimal): -98313 or 16220158. OLE color: 16220158.

HSL color Cylindrical-coordinate representation of color #FE7FF7: hue angle of 303.31º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7FF7 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB254127247-
CMYK00.500.030.00
HSL303.31º98.45%74.71%-
HSV(B)303.31º50%99.61%-
XYZ65.2542.9692.85-
YUV178.65166.58181.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 127 (50% from 255) = 20.22%
BLUE value IS 247 (96.88% from 255) = 39.33%
R=40.45%
G=20.22%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412724700.500.030.00303.3198.4574.71
HexFE7FF70323012f624b
Octal37617736706230457142113
Binary11111110111111111110111011001011010010111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7FF7; }

 p { color: rgb(254,127,247); }

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

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

 a { background-color: rgb(254,127,247); }

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

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

 span { border-color: rgb(254,127,247); }

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