Html Css Color HEX #FE89FE Fuchsia Pink

📋 copy color: '#FE89FE'

red 254 ◦ green 137 ◦ blue 254

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

Shades of Fuchsia Pink #FE89FE

Tints of Fuchsia Pink #FE89FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.38%

R = 39.38%
G = 21.24%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE89FE (or 0xFE89FE) is known color: Fuchsia Pink. HEX triplet: FE, 89 and FE. RGB value is (254,137,254). Sum of RGB (Red+Green+Blue) = 254+137+254=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 137 (53.91% from 255 or 21.24% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE89FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE89FE is #017601. Grayscale: #B8B8B8. Windows color (decimal): -95746 or 16681470. OLE color: 16681470.

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

Color convert

RGB 254 137 254 -
CMYK 0 0.46 0 0.00
HSL 300º 0.98% 0.77% -
HSV(B) 300º 0.46% 1% -
XYZ 67.71 46.12 99.1 -
YUV 185.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 254 137 254 0 0.46 0 0.00 300 0.98 0.77
Hex FE 89 FE 0 2E 0 0 12C 62 4D
Octal 376 211 376 0 56 0 0 454 142 115
Binary 11111110 10001001 11111110 0 101110 0 0 100101100 1100010 1001101

Color Harmonies of #FE89FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE89FE

Black with #FE89FE

Text Example


Text Example

White with #FE89FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE89FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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