Html Css Color HEX #FD90F0 Pale Magenta

📋 copy color: '#FD90F0'

red 253 ◦ green 144 ◦ blue 240

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

Shades of Pale Magenta #FD90F0

Tints of Pale Magenta #FD90F0

RGB

 RED value IS 253 (99.22% from 255) = 39.72%

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

 BLUE value IS 240 (94.14% from 255) = 37.68%

R = 39.72%
G = 22.61%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD90F0 (or 0xFD90F0) is known color: Pale Magenta. HEX triplet: FD, 90 and F0. RGB value is (253,144,240). Sum of RGB (Red+Green+Blue) = 253+144+240=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 144 (56.64% from 255 or 22.61% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90F0 is #026F0F. Grayscale: #BBBBBB. Windows color (decimal): -159504 or 15765757. OLE color: 15765757.

HSL color Cylindrical-coordinate representation of color #FD90F0: hue angle of 307.16º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD90F0 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 144 240 -
CMYK 0 0.43 0.05 0.01
HSL 307.16º 0.96% 0.78% -
HSV(B) 307.16º 0.43% 0.99% -
XYZ 66.21 47.12 88.04 -
YUV 187.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 253 144 240 0 0.43 0.05 0.01 307.16 0.96 0.78
Hex FD 90 F0 0 2B 5 1 133 60 4E
Octal 375 220 360 0 53 5 1 463 140 116
Binary 11111101 10010000 11110000 0 101011 101 1 100110011 1100000 1001110

Color Harmonies of #FD90F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90F0

Black with #FD90F0

Text Example


Text Example

White with #FD90F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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