Html Css Color HEX #FF90FD Fuchsia Pink

📋 copy color: '#FF90FD'

red 255 ◦ green 144 ◦ blue 253

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

Shades of Fuchsia Pink #FF90FD

Tints of Fuchsia Pink #FF90FD

RGB

 RED value IS 255 (100% from 255) = 39.11%

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

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

R = 39.11%
G = 22.09%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF90FD (or 0xFF90FD) is known color: Fuchsia Pink. HEX triplet: FF, 90 and FD. RGB value is (255,144,253). Sum of RGB (Red+Green+Blue) = 255+144+253=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 144 (56.64% from 255 or 22.09% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF90FD is #006F02. Grayscale: #BDBDBD. Windows color (decimal): -28419 or 16617727. OLE color: 16617727.

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

Color convert

RGB 255 144 253 -
CMYK 0 0.44 0.01 0
HSL 301.08º 1% 0.78% -
HSV(B) 301.08º 0.44% 1% -
XYZ 68.94 48.3 98.62 -
YUV 189.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 255 144 253 0 0.44 0.01 0 301.08 1 0.78
Hex FF 90 FD 0 2C 1 0 12D 64 4E
Octal 377 220 375 0 54 1 0 455 144 116
Binary 11111111 10010000 11111101 0 101100 1 0 100101101 1100100 1001110

Color Harmonies of #FF90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF90FD

Black with #FF90FD

Text Example


Text Example

White with #FF90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF90FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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