Html Css Color HEX #FD90F5 Pale Magenta

📋 copy color: '#FD90F5'

red 253 ◦ green 144 ◦ blue 245

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

Shades of Pale Magenta #FD90F5

Tints of Pale Magenta #FD90F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.16%

R = 39.41%
G = 22.43%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FD90F5 (or 0xFD90F5) is known color: Pale Magenta. HEX triplet: FD, 90 and F5. RGB value is (253,144,245). Sum of RGB (Red+Green+Blue) = 253+144+245=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 144 (56.64% from 255 or 22.43% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90F5 is #026F0A. Grayscale: #BBBBBB. Windows color (decimal): -159499 or 16093437. OLE color: 16093437.

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

Color convert

RGB 253 144 245 -
CMYK 0 0.43 0.03 0.01
HSL 304.4º 0.96% 0.78% -
HSV(B) 304.4º 0.43% 0.99% -
XYZ 66.96 47.42 92.01 -
YUV 188.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 253 144 245 0 0.43 0.03 0.01 304.4 0.96 0.78
Hex FD 90 F5 0 2B 3 1 130 60 4E
Octal 375 220 365 0 53 3 1 460 140 116
Binary 11111101 10010000 11110101 0 101011 11 1 100110000 1100000 1001110

Color Harmonies of #FD90F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90F5

Black with #FD90F5

Text Example


Text Example

White with #FD90F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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