Html Css Color HEX #F880EC Pale Magenta

📋 copy color: '#F880EC'

red 248 ◦ green 128 ◦ blue 236

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

Shades of Pale Magenta #F880EC

Tints of Pale Magenta #F880EC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.92%

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

R = 40.52%
G = 20.92%
B = 38.56%

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

#F880EC (or 0xF880EC) is known color: Pale Magenta. HEX triplet: F8, 80 and EC. RGB value is (248,128,236). Sum of RGB (Red+Green+Blue) = 248+128+236=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 128 (50.39% from 255 or 20.92% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F880EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F880EC is #077F13. Grayscale: #AFAFAF. Windows color (decimal): -491284 or 15499512. OLE color: 15499512.

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

Color convert

RGB 248 128 236 -
CMYK 0 0.48 0.05 0.03
HSL 306º 0.9% 0.74% -
HSV(B) 306º 0.48% 0.97% -
XYZ 61.57 41.45 84.11 -
YUV 176.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 248 128 236 0 0.48 0.05 0.03 306 0.9 0.74
Hex F8 80 EC 0 30 5 3 132 5A 4A
Octal 370 200 354 0 60 5 3 462 132 112
Binary 11111000 10000000 11101100 0 110000 101 11 100110010 1011010 1001010

Color Harmonies of #F880EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F880EC

Black with #F880EC

Text Example


Text Example

White with #F880EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F880EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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