Html Css Color HEX #F882DF Pale Magenta

📋 copy color: '#F882DF'

red 248 ◦ green 130 ◦ blue 223

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

Shades of Pale Magenta #F882DF

Tints of Pale Magenta #F882DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.1%

R = 41.26%
G = 21.63%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F882DF (or 0xF882DF) is known color: Pale Magenta. HEX triplet: F8, 82 and DF. RGB value is (248,130,223). Sum of RGB (Red+Green+Blue) = 248+130+223=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F882DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882DF is #077D20. Grayscale: #AFAFAF. Windows color (decimal): -490785 or 14648056. OLE color: 14648056.

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

Color convert

RGB 248 130 223 -
CMYK 0 0.48 0.10 0.03
HSL 312.71º 0.89% 0.74% -
HSV(B) 312.71º 0.48% 0.97% -
XYZ 60.01 41.25 74.61 -
YUV 175.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 248 130 223 0 0.48 0.10 0.03 312.71 0.89 0.74
Hex F8 82 DF 0 30 A 3 139 59 4A
Octal 370 202 337 0 60 12 3 471 131 112
Binary 11111000 10000010 11011111 0 110000 1010 11 100111001 1011001 1001010

Color Harmonies of #F882DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882DF

Black with #F882DF

Text Example


Text Example

White with #F882DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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