Html Css Color HEX #F882E7 Pale Magenta

📋 copy color: '#F882E7'

red 248 ◦ green 130 ◦ blue 231

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

Shades of Pale Magenta #F882E7

Tints of Pale Magenta #F882E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 40.72%
G = 21.35%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F882E7 (or 0xF882E7) is known color: Pale Magenta. HEX triplet: F8, 82 and E7. RGB value is (248,130,231). Sum of RGB (Red+Green+Blue) = 248+130+231=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F882E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F882E7 is #077D18. Grayscale: #B0B0B0. Windows color (decimal): -490777 or 15172344. OLE color: 15172344.

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

Color convert

RGB 248 130 231 -
CMYK 0 0.48 0.07 0.03
HSL 308.64º 0.89% 0.74% -
HSV(B) 308.64º 0.48% 0.97% -
XYZ 61.12 41.69 80.43 -
YUV 176.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 248 130 231 0 0.48 0.07 0.03 308.64 0.89 0.74
Hex F8 82 E7 0 30 7 3 135 59 4A
Octal 370 202 347 0 60 7 3 465 131 112
Binary 11111000 10000010 11100111 0 110000 111 11 100110101 1011001 1001010

Color Harmonies of #F882E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882E7

Black with #F882E7

Text Example


Text Example

White with #F882E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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