Html Css Color HEX #F882ED Pale Magenta

📋 copy color: '#F882ED'

red 248 ◦ green 130 ◦ blue 237

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

Shades of Pale Magenta #F882ED

Tints of Pale Magenta #F882ED

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.14%

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

R = 40.33%
G = 21.14%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F882ED (or 0xF882ED) is known color: Pale Magenta. HEX triplet: F8, 82 and ED. RGB value is (248,130,237). Sum of RGB (Red+Green+Blue) = 248+130+237=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 130 (51.17% from 255 or 21.14% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F882ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F882ED is #077D12. Grayscale: #B1B1B1. Windows color (decimal): -490771 or 15565560. OLE color: 15565560.

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

Color convert

RGB 248 130 237 -
CMYK 0 0.48 0.04 0.03
HSL 305.59º 0.89% 0.74% -
HSV(B) 305.59º 0.48% 0.97% -
XYZ 61.98 42.04 84.97 -
YUV 177.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 248 130 237 0 0.48 0.04 0.03 305.59 0.89 0.74
Hex F8 82 ED 0 30 4 3 132 59 4A
Octal 370 202 355 0 60 4 3 462 131 112
Binary 11111000 10000010 11101101 0 110000 100 11 100110010 1011001 1001010

Color Harmonies of #F882ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882ED

Black with #F882ED

Text Example


Text Example

White with #F882ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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