Html Css Color HEX #F885DD Pale Magenta

📋 copy color: '#F885DD'

red 248 ◦ green 133 ◦ blue 221

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

Shades of Pale Magenta #F885DD

Tints of Pale Magenta #F885DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.09%

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

R = 41.2%
G = 22.09%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F885DD (or 0xF885DD) is known color: Pale Magenta. HEX triplet: F8, 85 and DD. RGB value is (248,133,221). Sum of RGB (Red+Green+Blue) = 248+133+221=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F885DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885DD is #077A22. Grayscale: #B1B1B1. Windows color (decimal): -490019 or 14517752. OLE color: 14517752.

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

Color convert

RGB 248 133 221 -
CMYK 0 0.46 0.11 0.03
HSL 314.09º 0.89% 0.75% -
HSV(B) 314.09º 0.46% 0.97% -
XYZ 60.15 41.95 73.33 -
YUV 177.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 248 133 221 0 0.46 0.11 0.03 314.09 0.89 0.75
Hex F8 85 DD 0 2E B 3 13A 59 4B
Octal 370 205 335 0 56 13 3 472 131 113
Binary 11111000 10000101 11011101 0 101110 1011 11 100111010 1011001 1001011

Color Harmonies of #F885DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F885DD

Black with #F885DD

Text Example


Text Example

White with #F885DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F885DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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