Html Css Color HEX #F883DC Pale Magenta

📋 copy color: '#F883DC'

red 248 ◦ green 131 ◦ blue 220

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

Shades of Pale Magenta #F883DC

Tints of Pale Magenta #F883DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.87%

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

R = 41.4%
G = 21.87%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F883DC (or 0xF883DC) is known color: Pale Magenta. HEX triplet: F8, 83 and DC. RGB value is (248,131,220). Sum of RGB (Red+Green+Blue) = 248+131+220=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 131 (51.56% from 255 or 21.87% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F883DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883DC is #077C23. Grayscale: #AFAFAF. Windows color (decimal): -490532 or 14451704. OLE color: 14451704.

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

Color convert

RGB 248 131 220 -
CMYK 0 0.47 0.11 0.03
HSL 314.36º 0.89% 0.74% -
HSV(B) 314.36º 0.47% 0.97% -
XYZ 59.75 41.36 72.54 -
YUV 176.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 248 131 220 0 0.47 0.11 0.03 314.36 0.89 0.74
Hex F8 83 DC 0 2F B 3 13A 59 4A
Octal 370 203 334 0 57 13 3 472 131 112
Binary 11111000 10000011 11011100 0 101111 1011 11 100111010 1011001 1001010

Color Harmonies of #F883DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F883DC

Black with #F883DC

Text Example


Text Example

White with #F883DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F883DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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