Html Css Color HEX #F885DC Pale Magenta

📋 copy color: '#F885DC'

red 248 ◦ green 133 ◦ blue 220

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

Shades of Pale Magenta #F885DC

Tints of Pale Magenta #F885DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.13%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 41.26%
G = 22.13%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F885DC (or 0xF885DC) is known color: Pale Magenta. HEX triplet: F8, 85 and DC. RGB value is (248,133,220). Sum of RGB (Red+Green+Blue) = 248+133+220=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F885DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885DC is #077A23. Grayscale: #B1B1B1. Windows color (decimal): -490020 or 14452216. OLE color: 14452216.

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

Color convert

RGB 248 133 220 -
CMYK 0 0.46 0.11 0.03
HSL 314.61º 0.89% 0.75% -
HSV(B) 314.61º 0.46% 0.97% -
XYZ 60.02 41.9 72.63 -
YUV 177.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 248 133 220 0 0.46 0.11 0.03 314.61 0.89 0.75
Hex F8 85 DC 0 2E B 3 13B 59 4B
Octal 370 205 334 0 56 13 3 473 131 113
Binary 11111000 10000101 11011100 0 101110 1011 11 100111011 1011001 1001011

Color Harmonies of #F885DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F885DC

Black with #F885DC

Text Example


Text Example

White with #F885DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F885DC; }

 p { color: rgb(248,133,220); }

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

background-color css

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

 a { background-color: rgb(248,133,220); }

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

border-color css

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

 span { border-color: rgb(248,133,220); }

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