Html Css Color HEX #F884DD Pale Magenta

📋 copy color: '#F884DD'

red 248 ◦ green 132 ◦ blue 221

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

Shades of Pale Magenta #F884DD

Tints of Pale Magenta #F884DD

RGB

 RED value IS 248 (97.27% from 255) = 41.26%

 GREEN value IS 132 (51.95% from 255) = 21.96%

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 41.26%
G = 21.96%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F884DD (or 0xF884DD) is known color: Pale Magenta. HEX triplet: F8, 84 and DD. RGB value is (248,132,221). Sum of RGB (Red+Green+Blue) = 248+132+221=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 132 (51.95% from 255 or 21.96% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F884DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884DD is #077B22. Grayscale: #B0B0B0. Windows color (decimal): -490275 or 14517496. OLE color: 14517496.

HSL color Cylindrical-coordinate representation of color #F884DD: hue angle of 313.97º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F884DD is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 132 221 -
CMYK 0 0.47 0.11 0.03
HSL 313.97º 0.89% 0.75% -
HSV(B) 313.97º 0.47% 0.97% -
XYZ 60.01 41.68 73.29 -
YUV 176.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 248 132 221 0 0.47 0.11 0.03 313.97 0.89 0.75
Hex F8 84 DD 0 2F B 3 13A 59 4B
Octal 370 204 335 0 57 13 3 472 131 113
Binary 11111000 10000100 11011101 0 101111 1011 11 100111010 1011001 1001011

Color Harmonies of #F884DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884DD

Black with #F884DD

Text Example


Text Example

White with #F884DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884DD; }

 p { color: rgb(248,132,221); }

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

background-color css

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

 a { background-color: rgb(248,132,221); }

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

border-color css

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

 span { border-color: rgb(248,132,221); }

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