Html Css Color HEX #FF90FE Fuchsia Pink

📋 copy color: '#FF90FE'

red 255 ◦ green 144 ◦ blue 254

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

Shades of Fuchsia Pink #FF90FE

Tints of Fuchsia Pink #FF90FE

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.9%

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

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF90FE (or 0xFF90FE) is known color: 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

RGB 255 144 254 -
CMYK 0 0.44 0.00 0
HSL 300.54º 1% 0.78% -
HSV(B) 300.54º 0.44% 1% -
XYZ 69.1 48.36 99.46 -
YUV 189.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 255 144 254 0 0.44 0.00 0 300.54 1 0.78
Hex FF 90 FE 0 2C 0 0 12D 64 4E
Octal 377 220 376 0 54 0 0 455 144 116
Binary 11111111 10010000 11111110 0 101100 0 0 100101101 1100100 1001110

Color Harmonies of #FF90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF90FE

Black with #FF90FE

Text Example


Text Example

White with #FF90FE

Text Example


Text Example

HTML Codes & Css Web 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>