Html Css Color HEX #FE90FC Fuchsia Pink

📋 copy color: '#FE90FC'

red 254 ◦ green 144 ◦ blue 252

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

Shades of Fuchsia Pink #FE90FC

Tints of Fuchsia Pink #FE90FC

RGB

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

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

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

R = 39.08%
G = 22.15%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE90FC (or 0xFE90FC) is known color: Fuchsia Pink. HEX triplet: FE, 90 and FC. RGB value is (254,144,252). Sum of RGB (Red+Green+Blue) = 254+144+252=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 144 (56.64% from 255 or 22.15% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE90FC is #016F03. Grayscale: #BCBCBC. Windows color (decimal): -93956 or 16552190. OLE color: 16552190.

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

Color convert

RGB 254 144 252 -
CMYK 0 0.43 0.01 0.00
HSL 301.09º 0.98% 0.78% -
HSV(B) 301.09º 0.43% 1% -
XYZ 68.42 48.05 97.76 -
YUV 189.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 254 144 252 0 0.43 0.01 0.00 301.09 0.98 0.78
Hex FE 90 FC 0 2B 1 0 12D 62 4E
Octal 376 220 374 0 53 1 0 455 142 116
Binary 11111110 10010000 11111100 0 101011 1 0 100101101 1100010 1001110

Color Harmonies of #FE90FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90FC

Black with #FE90FC

Text Example


Text Example

White with #FE90FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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