Html Css Color HEX #F884ED Pale Magenta

📋 copy color: '#F884ED'

red 248 ◦ green 132 ◦ blue 237

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

Shades of Pale Magenta #F884ED

Tints of Pale Magenta #F884ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.41%

R = 40.19%
G = 21.39%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F884ED (or 0xF884ED) is known color: Pale Magenta. HEX triplet: F8, 84 and ED. RGB value is (248,132,237). Sum of RGB (Red+Green+Blue) = 248+132+237=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 132 (51.95% from 255 or 21.39% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F884ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F884ED is #077B12. Grayscale: #B2B2B2. Windows color (decimal): -490259 or 15566072. OLE color: 15566072.

HSL color Cylindrical-coordinate representation of color #F884ED: hue angle of 305.69º 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 #F884ED is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 132 237 -
CMYK 0 0.47 0.04 0.03
HSL 305.69º 0.89% 0.75% -
HSV(B) 305.69º 0.47% 0.97% -
XYZ 62.25 42.57 85.06 -
YUV 178.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 248 132 237 0 0.47 0.04 0.03 305.69 0.89 0.75
Hex F8 84 ED 0 2F 4 3 132 59 4B
Octal 370 204 355 0 57 4 3 462 131 113
Binary 11111000 10000100 11101101 0 101111 100 11 100110010 1011001 1001011

Color Harmonies of #F884ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884ED

Black with #F884ED

Text Example


Text Example

White with #F884ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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