Html Css Color HEX #F985DF Pale Magenta

📋 copy color: '#F985DF'

red 249 ◦ green 133 ◦ blue 223

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

Shades of Pale Magenta #F985DF

Tints of Pale Magenta #F985DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.98%

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

R = 41.16%
G = 21.98%
B = 36.86%

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

#F985DF (or 0xF985DF) is known color: Pale Magenta. HEX triplet: F9, 85 and DF. RGB value is (249,133,223). Sum of RGB (Red+Green+Blue) = 249+133+223=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F985DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985DF is #067A20. Grayscale: #B1B1B1. Windows color (decimal): -424481 or 14648825. OLE color: 14648825.

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

Color convert

RGB 249 133 223 -
CMYK 0 0.47 0.10 0.02
HSL 313.45º 0.91% 0.75% -
HSV(B) 313.45º 0.47% 0.98% -
XYZ 60.77 42.24 74.76 -
YUV 177.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 249 133 223 0 0.47 0.10 0.02 313.45 0.91 0.75
Hex F9 85 DF 0 2F A 2 139 5B 4B
Octal 371 205 337 0 57 12 2 471 133 113
Binary 11111001 10000101 11011111 0 101111 1010 10 100111001 1011011 1001011

Color Harmonies of #F985DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985DF

Black with #F985DF

Text Example


Text Example

White with #F985DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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