Html Css Color HEX #F882EC Pale Magenta

📋 copy color: '#F882EC'

red 248 ◦ green 130 ◦ blue 236

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

Shades of Pale Magenta #F882EC

Tints of Pale Magenta #F882EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 40.39%
G = 21.17%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F882EC (or 0xF882EC) is known color: Pale Magenta. HEX triplet: F8, 82 and EC. RGB value is (248,130,236). Sum of RGB (Red+Green+Blue) = 248+130+236=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 130 (51.17% from 255 or 21.17% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F882EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F882EC is #077D13. Grayscale: #B1B1B1. Windows color (decimal): -490772 or 15500024. OLE color: 15500024.

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

Color convert

RGB 248 130 236 -
CMYK 0 0.48 0.05 0.03
HSL 306.1º 0.89% 0.74% -
HSV(B) 306.1º 0.48% 0.97% -
XYZ 61.83 41.98 84.2 -
YUV 177.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 248 130 236 0 0.48 0.05 0.03 306.1 0.89 0.74
Hex F8 82 EC 0 30 5 3 132 59 4A
Octal 370 202 354 0 60 5 3 462 131 112
Binary 11111000 10000010 11101100 0 110000 101 11 100110010 1011001 1001010

Color Harmonies of #F882EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882EC

Black with #F882EC

Text Example


Text Example

White with #F882EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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