Html Css Color HEX #F983DD Pale Magenta

📋 copy color: '#F983DD'

red 249 ◦ green 131 ◦ blue 221

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

Shades of Pale Magenta #F983DD

Tints of Pale Magenta #F983DD

RGB

 RED value IS 249 (97.66% from 255) = 41.43%

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

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

R = 41.43%
G = 21.8%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F983DD (or 0xF983DD) is known color: Pale Magenta. HEX triplet: F9, 83 and DD. RGB value is (249,131,221). Sum of RGB (Red+Green+Blue) = 249+131+221=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 131 (51.56% from 255 or 21.80% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F983DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983DD is #067C22. Grayscale: #B0B0B0. Windows color (decimal): -424995 or 14517241. OLE color: 14517241.

HSL color Cylindrical-coordinate representation of color #F983DD: hue angle of 314.24º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F983DD is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 131 221 -
CMYK 0 0.47 0.11 0.02
HSL 314.24º 0.91% 0.75% -
HSV(B) 314.24º 0.47% 0.98% -
XYZ 60.23 41.59 73.26 -
YUV 176.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 249 131 221 0 0.47 0.11 0.02 314.24 0.91 0.75
Hex F9 83 DD 0 2F B 2 13A 5B 4B
Octal 371 203 335 0 57 13 2 472 133 113
Binary 11111001 10000011 11011101 0 101111 1011 10 100111010 1011011 1001011

Color Harmonies of #F983DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983DD

Black with #F983DD

Text Example


Text Example

White with #F983DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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