Html Css Color HEX #F985E8 Pale Magenta

📋 copy color: '#F985E8'

red 249 ◦ green 133 ◦ blue 232

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

Shades of Pale Magenta #F985E8

Tints of Pale Magenta #F985E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.79%

R = 40.55%
G = 21.66%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F985E8 (or 0xF985E8) is known color: Pale Magenta. HEX triplet: F9, 85 and E8. RGB value is (249,133,232). Sum of RGB (Red+Green+Blue) = 249+133+232=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F985E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F985E8 is #067A17. Grayscale: #B2B2B2. Windows color (decimal): -424472 or 15238649. OLE color: 15238649.

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

Color convert

RGB 249 133 232 -
CMYK 0 0.47 0.07 0.02
HSL 308.79º 0.91% 0.75% -
HSV(B) 308.79º 0.47% 0.98% -
XYZ 62.02 42.74 81.32 -
YUV 178.97 157.93 177.95 -
System Red Green Blue C M Y K H S L
Decimal 249 133 232 0 0.47 0.07 0.02 308.79 0.91 0.75
Hex F9 85 E8 0 2F 7 2 135 5B 4B
Octal 371 205 350 0 57 7 2 465 133 113
Binary 11111001 10000101 11101000 0 101111 111 10 100110101 1011011 1001011

Color Harmonies of #F985E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985E8

Black with #F985E8

Text Example


Text Example

White with #F985E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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