Html Css Color HEX #F86DDD Pale Magenta

📋 copy color: '#F86DDD'

red 248 ◦ green 109 ◦ blue 221

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

Shades of Pale Magenta #F86DDD

Tints of Pale Magenta #F86DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.86%

 BLUE value IS 221 (86.72% from 255) = 38.24%

R = 42.91%
G = 18.86%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F86DDD (or 0xF86DDD) is known color: Pale Magenta. HEX triplet: F8, 6D and DD. RGB value is (248,109,221). Sum of RGB (Red+Green+Blue) = 248+109+221=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 109 (42.97% from 255 or 18.86% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F86DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86DDD is #079222. Grayscale: #A3A3A3. Windows color (decimal): -496163 or 14511608. OLE color: 14511608.

HSL color Cylindrical-coordinate representation of color #F86DDD: hue angle of 311.65º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86DDD is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 109 221 -
CMYK 0 0.56 0.11 0.03
HSL 311.65º 0.91% 0.7% -
HSV(B) 311.65º 0.56% 0.97% -
XYZ 57.23 36.11 72.36 -
YUV 163.33 160.55 188.39 -
System Red Green Blue C M Y K H S L
Decimal 248 109 221 0 0.56 0.11 0.03 311.65 0.91 0.7
Hex F8 6D DD 0 38 B 3 138 5B 46
Octal 370 155 335 0 70 13 3 470 133 106
Binary 11111000 1101101 11011101 0 111000 1011 11 100111000 1011011 1000110

Color Harmonies of #F86DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86DDD

Black with #F86DDD

Text Example


Text Example

White with #F86DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86DDD; }

 p { color: rgb(248,109,221); }

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

background-color css

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

 a { background-color: rgb(248,109,221); }

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

border-color css

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

 span { border-color: rgb(248,109,221); }

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