Html Css Color HEX #FD90F2 Pale Magenta

📋 copy color: '#FD90F2'

red 253 ◦ green 144 ◦ blue 242

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

Shades of Pale Magenta #FD90F2

Tints of Pale Magenta #FD90F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.87%

R = 39.59%
G = 22.54%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD90F2 (or 0xFD90F2) is known color: Pale Magenta. HEX triplet: FD, 90 and F2. RGB value is (253,144,242). Sum of RGB (Red+Green+Blue) = 253+144+242=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 144 (56.64% from 255 or 22.54% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90F2 is #026F0D. Grayscale: #BBBBBB. Windows color (decimal): -159502 or 15896829. OLE color: 15896829.

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

Color convert

RGB 253 144 242 -
CMYK 0 0.43 0.04 0.01
HSL 306.06º 0.96% 0.78% -
HSV(B) 306.06º 0.43% 0.99% -
XYZ 66.51 47.24 89.62 -
YUV 187.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 253 144 242 0 0.43 0.04 0.01 306.06 0.96 0.78
Hex FD 90 F2 0 2B 4 1 132 60 4E
Octal 375 220 362 0 53 4 1 462 140 116
Binary 11111101 10010000 11110010 0 101011 100 1 100110010 1100000 1001110

Color Harmonies of #FD90F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90F2

Black with #FD90F2

Text Example


Text Example

White with #FD90F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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