Html Css Color HEX #FD91F0 Pale Magenta

📋 copy color: '#FD91F0'

red 253 ◦ green 145 ◦ blue 240

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

Shades of Pale Magenta #FD91F0

Tints of Pale Magenta #FD91F0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 22.73%

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

R = 39.66%
G = 22.73%
B = 37.62%

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

#FD91F0 (or 0xFD91F0) is known color: Pale Magenta. HEX triplet: FD, 91 and F0. RGB value is (253,145,240). Sum of RGB (Red+Green+Blue) = 253+145+240=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 145 (57.03% from 255 or 22.73% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD91F0 is #026E0F. Grayscale: #BBBBBB. Windows color (decimal): -159248 or 15766013. OLE color: 15766013.

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

Color convert

RGB 253 145 240 -
CMYK 0 0.43 0.05 0.01
HSL 307.22º 0.96% 0.78% -
HSV(B) 307.22º 0.43% 0.99% -
XYZ 66.36 47.42 88.09 -
YUV 188.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 253 145 240 0 0.43 0.05 0.01 307.22 0.96 0.78
Hex FD 91 F0 0 2B 5 1 133 60 4E
Octal 375 221 360 0 53 5 1 463 140 116
Binary 11111101 10010001 11110000 0 101011 101 1 100110011 1100000 1001110

Color Harmonies of #FD91F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD91F0

Black with #FD91F0

Text Example


Text Example

White with #FD91F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD91F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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