Html Css Color HEX #F884E0 Pale Magenta

📋 copy color: '#F884E0'

red 248 ◦ green 132 ◦ blue 224

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

Shades of Pale Magenta #F884E0

Tints of Pale Magenta #F884E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 41.06%
G = 21.85%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F884E0 (or 0xF884E0) is known color: Pale Magenta. HEX triplet: F8, 84 and E0. RGB value is (248,132,224). Sum of RGB (Red+Green+Blue) = 248+132+224=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F884E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884E0 is #077B1F. Grayscale: #B0B0B0. Windows color (decimal): -490272 or 14714104. OLE color: 14714104.

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

Color convert

RGB 248 132 224 -
CMYK 0 0.47 0.10 0.03
HSL 312.41º 0.89% 0.75% -
HSV(B) 312.41º 0.47% 0.97% -
XYZ 60.42 41.84 75.41 -
YUV 177.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 248 132 224 0 0.47 0.10 0.03 312.41 0.89 0.75
Hex F8 84 E0 0 2F A 3 138 59 4B
Octal 370 204 340 0 57 12 3 470 131 113
Binary 11111000 10000100 11100000 0 101111 1010 11 100111000 1011001 1001011

Color Harmonies of #F884E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884E0

Black with #F884E0

Text Example


Text Example

White with #F884E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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