Html Css Color HEX #F883DD Pale Magenta

📋 copy color: '#F883DD'

red 248 ◦ green 131 ◦ blue 221

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

Shades of Pale Magenta #F883DD

Tints of Pale Magenta #F883DD

RGB

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

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

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

R = 41.33%
G = 21.83%
B = 36.83%

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

#F883DD (or 0xF883DD) is known color: Pale Magenta. HEX triplet: F8, 83 and DD. RGB value is (248,131,221). Sum of RGB (Red+Green+Blue) = 248+131+221=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 131 (51.56% from 255 or 21.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F883DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883DD is #077C22. Grayscale: #B0B0B0. Windows color (decimal): -490531 or 14517240. OLE color: 14517240.

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

Color convert

RGB 248 131 221 -
CMYK 0 0.47 0.11 0.03
HSL 313.85º 0.89% 0.74% -
HSV(B) 313.85º 0.47% 0.97% -
XYZ 59.88 41.41 73.24 -
YUV 176.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 248 131 221 0 0.47 0.11 0.03 313.85 0.89 0.74
Hex F8 83 DD 0 2F B 3 13A 59 4A
Octal 370 203 335 0 57 13 3 472 131 112
Binary 11111000 10000011 11011101 0 101111 1011 11 100111010 1011001 1001010

Color Harmonies of #F883DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F883DD

Black with #F883DD

Text Example


Text Example

White with #F883DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F883DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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