Html Css Color HEX #F986D0 Tea Rose

📋 copy color: '#F986D0'

red 249 ◦ green 134 ◦ blue 208

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

Shades of Tea Rose #F986D0

Tints of Tea Rose #F986D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.19%

R = 42.13%
G = 22.67%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F986D0 (or 0xF986D0) is known color: Tea Rose. HEX triplet: F9, 86 and D0. RGB value is (249,134,208). Sum of RGB (Red+Green+Blue) = 249+134+208=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F986D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986D0 is #06792F. Grayscale: #B0B0B0. Windows color (decimal): -424240 or 13666041. OLE color: 13666041.

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

Color convert

RGB 249 134 208 -
CMYK 0 0.46 0.16 0.02
HSL 321.39º 0.91% 0.75% -
HSV(B) 321.39º 0.46% 0.98% -
XYZ 58.98 41.74 64.62 -
YUV 176.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 249 134 208 0 0.46 0.16 0.02 321.39 0.91 0.75
Hex F9 86 D0 0 2E 10 2 141 5B 4B
Octal 371 206 320 0 56 20 2 501 133 113
Binary 11111001 10000110 11010000 0 101110 10000 10 101000001 1011011 1001011

Color Harmonies of #F986D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986D0

Black with #F986D0

Text Example


Text Example

White with #F986D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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