Html Css Color HEX #F882E6 Pale Magenta

📋 copy color: '#F882E6'

red 248 ◦ green 130 ◦ blue 230

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

Shades of Pale Magenta #F882E6

Tints of Pale Magenta #F882E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.83%

R = 40.79%
G = 21.38%
B = 37.83%

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

#F882E6 (or 0xF882E6) is known color: Pale Magenta. HEX triplet: F8, 82 and E6. RGB value is (248,130,230). Sum of RGB (Red+Green+Blue) = 248+130+230=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 130 (51.17% from 255 or 21.38% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F882E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F882E6 is #077D19. Grayscale: #B0B0B0. Windows color (decimal): -490778 or 15106808. OLE color: 15106808.

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

Color convert

RGB 248 130 230 -
CMYK 0 0.48 0.07 0.03
HSL 309.15º 0.89% 0.74% -
HSV(B) 309.15º 0.48% 0.97% -
XYZ 60.98 41.63 79.69 -
YUV 176.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 248 130 230 0 0.48 0.07 0.03 309.15 0.89 0.74
Hex F8 82 E6 0 30 7 3 135 59 4A
Octal 370 202 346 0 60 7 3 465 131 112
Binary 11111000 10000010 11100110 0 110000 111 11 100110101 1011001 1001010

Color Harmonies of #F882E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882E6

Black with #F882E6

Text Example


Text Example

White with #F882E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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