Html Css Color HEX #F985E5 Pale Magenta

📋 copy color: '#F985E5'

red 249 ◦ green 133 ◦ blue 229

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

Shades of Pale Magenta #F985E5

Tints of Pale Magenta #F985E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.48%

R = 40.75%
G = 21.77%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F985E5 (or 0xF985E5) is known color: Pale Magenta. HEX triplet: F9, 85 and E5. RGB value is (249,133,229). Sum of RGB (Red+Green+Blue) = 249+133+229=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F985E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985E5 is #067A1A. Grayscale: #B2B2B2. Windows color (decimal): -424475 or 15042041. OLE color: 15042041.

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

Color convert

RGB 249 133 229 -
CMYK 0 0.47 0.08 0.02
HSL 310.34º 0.91% 0.75% -
HSV(B) 310.34º 0.47% 0.98% -
XYZ 61.6 42.57 79.1 -
YUV 178.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 249 133 229 0 0.47 0.08 0.02 310.34 0.91 0.75
Hex F9 85 E5 0 2F 8 2 136 5B 4B
Octal 371 205 345 0 57 10 2 466 133 113
Binary 11111001 10000101 11100101 0 101111 1000 10 100110110 1011011 1001011

Color Harmonies of #F985E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985E5

Black with #F985E5

Text Example


Text Example

White with #F985E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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