Html Css Color HEX #FE89FF Fuchsia Pink

📋 copy color: '#FE89FF'

red 254 ◦ green 137 ◦ blue 255

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

Shades of Fuchsia Pink #FE89FF

Tints of Fuchsia Pink #FE89FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.47%

R = 39.32%
G = 21.21%
B = 39.47%

CMYK

 C value IS 0.00

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE89FF (or 0xFE89FF) is known color: Fuchsia Pink. HEX triplet: FE, 89 and FF. RGB value is (254,137,255). Sum of RGB (Red+Green+Blue) = 254+137+255=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 137 (53.91% from 255 or 21.21% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE89FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE89FF is #017600. Grayscale: #B9B9B9. Windows color (decimal): -95745 or 16747006. OLE color: 16747006.

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

Color convert

RGB 254 137 255 -
CMYK 0.00 0.46 0 0
HSL 299.49º 1% 0.77% -
HSV(B) 299.49º 0.46% 1% -
XYZ 67.87 46.18 99.94 -
YUV 185.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 254 137 255 0.00 0.46 0 0 299.49 1 0.77
Hex FE 89 FF 0 2E 0 0 12B 64 4D
Octal 376 211 377 0 56 0 0 453 144 115
Binary 11111110 10001001 11111111 0 101110 0 0 100101011 1100100 1001101

Color Harmonies of #FE89FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE89FF

Black with #FE89FF

Text Example


Text Example

White with #FE89FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE89FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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