Html Css Color HEX #F983DA Pale Magenta

📋 copy color: '#F983DA'

red 249 ◦ green 131 ◦ blue 218

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

Shades of Pale Magenta #F983DA

Tints of Pale Magenta #F983DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 41.64%
G = 21.91%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F983DA (or 0xF983DA) is known color: Pale Magenta. HEX triplet: F9, 83 and DA. RGB value is (249,131,218). Sum of RGB (Red+Green+Blue) = 249+131+218=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 131 (51.56% from 255 or 21.91% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F983DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983DA is #067C25. Grayscale: #AFAFAF. Windows color (decimal): -424998 or 14320633. OLE color: 14320633.

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

Color convert

RGB 249 131 218 -
CMYK 0 0.47 0.12 0.02
HSL 315.76º 0.91% 0.75% -
HSV(B) 315.76º 0.47% 0.98% -
XYZ 59.84 41.43 71.17 -
YUV 176.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 249 131 218 0 0.47 0.12 0.02 315.76 0.91 0.75
Hex F9 83 DA 0 2F C 2 13C 5B 4B
Octal 371 203 332 0 57 14 2 474 133 113
Binary 11111001 10000011 11011010 0 101111 1100 10 100111100 1011011 1001011

Color Harmonies of #F983DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983DA

Black with #F983DA

Text Example


Text Example

White with #F983DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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