Html Css Color HEX #FE90FD Fuchsia Pink

📋 copy color: '#FE90FD'

red 254 ◦ green 144 ◦ blue 253

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

Shades of Fuchsia Pink #FE90FD

Tints of Fuchsia Pink #FE90FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.86%

R = 39.02%
G = 22.12%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE90FD (or 0xFE90FD) is known color: Fuchsia Pink. HEX triplet: FE, 90 and FD. RGB value is (254,144,253). Sum of RGB (Red+Green+Blue) = 254+144+253=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 144 (56.64% from 255 or 22.12% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE90FD is #016F02. Grayscale: #BCBCBC. Windows color (decimal): -93955 or 16617726. OLE color: 16617726.

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

Color convert

RGB 254 144 253 -
CMYK 0 0.43 0.00 0.00
HSL 300.55º 0.98% 0.78% -
HSV(B) 300.55º 0.43% 1% -
XYZ 68.58 48.11 98.6 -
YUV 189.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 254 144 253 0 0.43 0.00 0.00 300.55 0.98 0.78
Hex FE 90 FD 0 2B 0 0 12D 62 4E
Octal 376 220 375 0 53 0 0 455 142 116
Binary 11111110 10010000 11111101 0 101011 0 0 100101101 1100010 1001110

Color Harmonies of #FE90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90FD

Black with #FE90FD

Text Example


Text Example

White with #FE90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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