#FD90FE

Color #FD90FE Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FD90FE

Tints of Fuchsia Pink #FD90FE

Color information

#FD90FE (or 0xFD90FE) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 90 and FE. RGB value is (253,144,254). Sum of RGB (Red+Green+Blue) = 253+144+254=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 144 (56.64% from 255 or 22.12% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD90FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90FE is #026F01. Grayscale: #BCBCBC. Windows color (decimal): -159490 or 16683261. OLE color: 16683261.

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

Color convert

RGB253144254-
CMYK0.000.4300.00
HSL299.45º98.21%78.04%-
HSV(B)299.45º43.31%99.61%-
XYZ68.3747.9899.42-
YUV189.13164.61173.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 144 (56.64% from 255) = 22.12%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=38.86%
G=22.12%
B=39.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531442540.000.4300.00299.4598.2178.04
HexFD90FE02B0012b624e
Octal37522037605300453142116
Binary11111101100100001111111001010110010010101111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD90FE; }

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

 H1.HeaderClassName
 {
   color: #FD90FE;
 }
 .AnyTagClassName
 {
   color: #FD90FE;
 }
</style>
background-color css

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

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

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

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

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

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