Html Css Color HEX #F985E6 Pale Magenta

📋 copy color: '#F985E6'

red 249 ◦ green 133 ◦ blue 230

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

Shades of Pale Magenta #F985E6

Tints of Pale Magenta #F985E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.58%

R = 40.69%
G = 21.73%
B = 37.58%

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

#F985E6 (or 0xF985E6) is known color: Pale Magenta. HEX triplet: F9, 85 and E6. RGB value is (249,133,230). Sum of RGB (Red+Green+Blue) = 249+133+230=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F985E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F985E6 is #067A19. Grayscale: #B2B2B2. Windows color (decimal): -424474 or 15107577. OLE color: 15107577.

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

Color convert

RGB 249 133 230 -
CMYK 0 0.47 0.08 0.02
HSL 309.83º 0.91% 0.75% -
HSV(B) 309.83º 0.47% 0.98% -
XYZ 61.74 42.63 79.84 -
YUV 178.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 249 133 230 0 0.47 0.08 0.02 309.83 0.91 0.75
Hex F9 85 E6 0 2F 8 2 136 5B 4B
Octal 371 205 346 0 57 10 2 466 133 113
Binary 11111001 10000101 11100110 0 101111 1000 10 100110110 1011011 1001011

Color Harmonies of #F985E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985E6

Black with #F985E6

Text Example


Text Example

White with #F985E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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