Html Css Color HEX #FE7FFA Fuchsia Pink

📋 copy color: '#FE7FFA'

red 254 ◦ green 127 ◦ blue 250

#FE7FFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia Pink #FE7FFA

Tints of Fuchsia Pink #FE7FFA

RGB

 RED value IS 254 (99.61% from 255) = 40.25%

 GREEN value IS 127 (50% from 255) = 20.13%

 BLUE value IS 250 (98.05% from 255) = 39.62%

R = 40.25%
G = 20.13%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE7FFA (or 0xFE7FFA) is known color: Fuchsia Pink. HEX triplet: FE, 7F and FA. RGB value is (254,127,250). Sum of RGB (Red+Green+Blue) = 254+127+250=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 127 (50% from 255 or 20.13% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7FFA is #018005. Grayscale: #B2B2B2. Windows color (decimal): -98310 or 16416766. OLE color: 16416766.

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

Color convert

RGB 254 127 250 -
CMYK 0 0.50 0.02 0.00
HSL 301.89º 0.98% 0.75% -
HSV(B) 301.89º 0.5% 1% -
XYZ 65.72 43.15 95.31 -
YUV 179 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 254 127 250 0 0.50 0.02 0.00 301.89 0.98 0.75
Hex FE 7F FA 0 32 2 0 12E 62 4B
Octal 376 177 372 0 62 2 0 456 142 113
Binary 11111110 1111111 11111010 0 110010 10 0 100101110 1100010 1001011

Color Harmonies of #FE7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FFA

Black with #FE7FFA

Text Example


Text Example

White with #FE7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FFA; }

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

 H1.HeaderClassName
 {
   color: #FE7FFA;
 }
 .AnyTagClassName
 {
   color: #FE7FFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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