Html Css Color HEX #FD88F2 Pale Magenta

📋 copy color: '#FD88F2'

red 253 ◦ green 136 ◦ blue 242

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

Shades of Pale Magenta #FD88F2

Tints of Pale Magenta #FD88F2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 21.55%

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

R = 40.1%
G = 21.55%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD88F2 (or 0xFD88F2) is known color: Pale Magenta. HEX triplet: FD, 88 and F2. RGB value is (253,136,242). Sum of RGB (Red+Green+Blue) = 253+136+242=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 136 (53.52% from 255 or 21.55% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FD88F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD88F2 is #02770D. Grayscale: #B6B6B6. Windows color (decimal): -161550 or 15894781. OLE color: 15894781.

HSL color Cylindrical-coordinate representation of color #FD88F2: hue angle of 305.64º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD88F2 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 136 242 -
CMYK 0 0.46 0.04 0.01
HSL 305.64º 0.97% 0.76% -
HSV(B) 305.64º 0.46% 0.99% -
XYZ 65.34 44.9 89.23 -
YUV 183.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 253 136 242 0 0.46 0.04 0.01 305.64 0.97 0.76
Hex FD 88 F2 0 2E 4 1 132 61 4C
Octal 375 210 362 0 56 4 1 462 141 114
Binary 11111101 10001000 11110010 0 101110 100 1 100110010 1100001 1001100

Color Harmonies of #FD88F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD88F2

Black with #FD88F2

Text Example


Text Example

White with #FD88F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD88F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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