Html Css Color HEX #FE89FC Fuchsia Pink

📋 copy color: '#FE89FC'

red 254 ◦ green 137 ◦ blue 252

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

Shades of Fuchsia Pink #FE89FC

Tints of Fuchsia Pink #FE89FC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 21.31%

 BLUE value IS 252 (98.83% from 255) = 39.19%

R = 39.5%
G = 21.31%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE89FC (or 0xFE89FC) is known color: Fuchsia Pink. HEX triplet: FE, 89 and FC. RGB value is (254,137,252). Sum of RGB (Red+Green+Blue) = 254+137+252=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 137 (53.91% from 255 or 21.31% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE89FC is #017603. Grayscale: #B8B8B8. Windows color (decimal): -95748 or 16550398. OLE color: 16550398.

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

Color convert

RGB 254 137 252 -
CMYK 0 0.46 0.01 0.00
HSL 301.03º 0.98% 0.77% -
HSV(B) 301.03º 0.46% 1% -
XYZ 67.39 45.99 97.42 -
YUV 185.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 254 137 252 0 0.46 0.01 0.00 301.03 0.98 0.77
Hex FE 89 FC 0 2E 1 0 12D 62 4D
Octal 376 211 374 0 56 1 0 455 142 115
Binary 11111110 10001001 11111100 0 101110 1 0 100101101 1100010 1001101

Color Harmonies of #FE89FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE89FC

Black with #FE89FC

Text Example


Text Example

White with #FE89FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE89FC; }

 p { color: rgb(254,137,252); }

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

background-color css

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

 a { background-color: rgb(254,137,252); }

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

border-color css

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

 span { border-color: rgb(254,137,252); }

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