#FF90FE

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

Shades of Fuchsia Pink #FF90FE

Tints of Fuchsia Pink #FF90FE

Color information

#FF90FE (or 0xFF90FE) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 90 and FE. RGB value is (255,144,254). Sum of RGB (Red+Green+Blue) = 255+144+254=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 144 (56.64% from 255 or 22.05% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF90FE is #006F01. Grayscale: #BDBDBD. Windows color (decimal): -28418 or 16683263. OLE color: 16683263.

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

Color convert

RGB255144254-
CMYK00.440.000
HSL300.54º100%78.24%-
HSV(B)300.54º43.53%100%-
XYZ69.148.3699.46-
YUV189.73164.27174.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 144 (56.64% from 255) = 22.05%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=39.05%
G=22.05%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514425400.440.000300.5410078.24
HexFF90FE02C0012d644e
Octal37722037605400455144116
Binary11111111100100001111111001011000010010110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF90FE; }

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

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

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

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

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

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

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

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