Html Css Color HEX #F986E2 Pale Magenta

📋 copy color: '#F986E2'

red 249 ◦ green 134 ◦ blue 226

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

Shades of Pale Magenta #F986E2

Tints of Pale Magenta #F986E2

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22%

 BLUE value IS 226 (88.67% from 255) = 37.11%

R = 40.89%
G = 22%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F986E2 (or 0xF986E2) is known color: Pale Magenta. HEX triplet: F9, 86 and E2. RGB value is (249,134,226). Sum of RGB (Red+Green+Blue) = 249+134+226=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 134 (52.73% from 255 or 22.00% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F986E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986E2 is #06791D. Grayscale: #B2B2B2. Windows color (decimal): -424222 or 14845689. OLE color: 14845689.

HSL color Cylindrical-coordinate representation of color #F986E2: hue angle of 312º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F986E2 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 134 226 -
CMYK 0 0.46 0.09 0.02
HSL 312º 0.91% 0.75% -
HSV(B) 312º 0.46% 0.98% -
XYZ 61.32 42.68 76.96 -
YUV 178.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 249 134 226 0 0.46 0.09 0.02 312 0.91 0.75
Hex F9 86 E2 0 2E 9 2 138 5B 4B
Octal 371 206 342 0 56 11 2 470 133 113
Binary 11111001 10000110 11100010 0 101110 1001 10 100111000 1011011 1001011

Color Harmonies of #F986E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986E2

Black with #F986E2

Text Example


Text Example

White with #F986E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986E2; }

 p { color: rgb(249,134,226); }

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

background-color css

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

 a { background-color: rgb(249,134,226); }

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

border-color css

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

 span { border-color: rgb(249,134,226); }

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