Html Css Color HEX #F884EC Pale Magenta

📋 copy color: '#F884EC'

red 248 ◦ green 132 ◦ blue 236

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

Shades of Pale Magenta #F884EC

Tints of Pale Magenta #F884EC

RGB

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

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

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

R = 40.26%
G = 21.43%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F884EC (or 0xF884EC) is known color: Pale Magenta. HEX triplet: F8, 84 and EC. RGB value is (248,132,236). Sum of RGB (Red+Green+Blue) = 248+132+236=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 132 (51.95% from 255 or 21.43% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F884EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F884EC is #077B13. Grayscale: #B2B2B2. Windows color (decimal): -490260 or 15500536. OLE color: 15500536.

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

Color convert

RGB 248 132 236 -
CMYK 0 0.47 0.05 0.03
HSL 306.21º 0.89% 0.75% -
HSV(B) 306.21º 0.47% 0.97% -
XYZ 62.1 42.52 84.29 -
YUV 178.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 248 132 236 0 0.47 0.05 0.03 306.21 0.89 0.75
Hex F8 84 EC 0 2F 5 3 132 59 4B
Octal 370 204 354 0 57 5 3 462 131 113
Binary 11111000 10000100 11101100 0 101111 101 11 100110010 1011001 1001011

Color Harmonies of #F884EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884EC

Black with #F884EC

Text Example


Text Example

White with #F884EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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