Html Css Color HEX #FE90FF Fuchsia Pink

📋 copy color: '#FE90FF'

red 254 ◦ green 144 ◦ blue 255

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

Shades of Fuchsia Pink #FE90FF

Tints of Fuchsia Pink #FE90FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.05%

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

R = 38.9%
G = 22.05%
B = 39.05%

CMYK

 C value IS 0.00

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE90FF (or 0xFE90FF) is known color: Fuchsia Pink. HEX triplet: FE, 90 and FF. RGB value is (254,144,255). Sum of RGB (Red+Green+Blue) = 254+144+255=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 144 (56.64% from 255 or 22.05% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE90FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE90FF is #016F00. Grayscale: #BDBDBD. Windows color (decimal): -93953 or 16748798. OLE color: 16748798.

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

Color convert

RGB 254 144 255 -
CMYK 0.00 0.44 0 0
HSL 299.46º 1% 0.78% -
HSV(B) 299.46º 0.44% 1% -
XYZ 68.9 48.24 100.29 -
YUV 189.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 254 144 255 0.00 0.44 0 0 299.46 1 0.78
Hex FE 90 FF 0 2C 0 0 12B 64 4E
Octal 376 220 377 0 54 0 0 453 144 116
Binary 11111110 10010000 11111111 0 101100 0 0 100101011 1100100 1001110

Color Harmonies of #FE90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90FF

Black with #FE90FF

Text Example


Text Example

White with #FE90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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