Html Css Color HEX #F983DF Pale Magenta

📋 copy color: '#F983DF'

red 249 ◦ green 131 ◦ blue 223

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

Shades of Pale Magenta #F983DF

Tints of Pale Magenta #F983DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.98%

R = 41.29%
G = 21.72%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F983DF (or 0xF983DF) is known color: Pale Magenta. HEX triplet: F9, 83 and DF. RGB value is (249,131,223). Sum of RGB (Red+Green+Blue) = 249+131+223=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 131 (51.56% from 255 or 21.72% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F983DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983DF is #067C20. Grayscale: #B0B0B0. Windows color (decimal): -424993 or 14648313. OLE color: 14648313.

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

Color convert

RGB 249 131 223 -
CMYK 0 0.47 0.10 0.02
HSL 313.22º 0.91% 0.75% -
HSV(B) 313.22º 0.47% 0.98% -
XYZ 60.5 41.7 74.67 -
YUV 176.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 249 131 223 0 0.47 0.10 0.02 313.22 0.91 0.75
Hex F9 83 DF 0 2F A 2 139 5B 4B
Octal 371 203 337 0 57 12 2 471 133 113
Binary 11111001 10000011 11011111 0 101111 1010 10 100111001 1011011 1001011

Color Harmonies of #F983DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983DF

Black with #F983DF

Text Example


Text Example

White with #F983DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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