Html Css Color HEX #F888DD Pale Magenta

📋 copy color: '#F888DD'

red 248 ◦ green 136 ◦ blue 221

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

Shades of Pale Magenta #F888DD

Tints of Pale Magenta #F888DD

RGB

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

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

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

R = 40.99%
G = 22.48%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F888DD (or 0xF888DD) is known color: Pale Magenta. HEX triplet: F8, 88 and DD. RGB value is (248,136,221). Sum of RGB (Red+Green+Blue) = 248+136+221=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 136 (53.52% from 255 or 22.48% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F888DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888DD is #077722. Grayscale: #B2B2B2. Windows color (decimal): -489251 or 14518520. OLE color: 14518520.

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

Color convert

RGB 248 136 221 -
CMYK 0 0.45 0.11 0.03
HSL 314.46º 0.89% 0.75% -
HSV(B) 314.46º 0.45% 0.97% -
XYZ 60.57 42.79 73.47 -
YUV 179.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 248 136 221 0 0.45 0.11 0.03 314.46 0.89 0.75
Hex F8 88 DD 0 2D B 3 13A 59 4B
Octal 370 210 335 0 55 13 3 472 131 113
Binary 11111000 10001000 11011101 0 101101 1011 11 100111010 1011001 1001011

Color Harmonies of #F888DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F888DD

Black with #F888DD

Text Example


Text Example

White with #F888DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F888DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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