Html Css Color HEX #F986CF Tea Rose

📋 copy color: '#F986CF'

red 249 ◦ green 134 ◦ blue 207

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

Shades of Tea Rose #F986CF

Tints of Tea Rose #F986CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 42.2%
G = 22.71%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F986CF (or 0xF986CF) is known color: Tea Rose. HEX triplet: F9, 86 and CF. RGB value is (249,134,207). Sum of RGB (Red+Green+Blue) = 249+134+207=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F986CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986CF is #067930. Grayscale: #B0B0B0. Windows color (decimal): -424241 or 13600505. OLE color: 13600505.

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

Color convert

RGB 249 134 207 -
CMYK 0 0.46 0.17 0.02
HSL 321.91º 0.91% 0.75% -
HSV(B) 321.91º 0.46% 0.98% -
XYZ 58.85 41.69 63.98 -
YUV 176.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 249 134 207 0 0.46 0.17 0.02 321.91 0.91 0.75
Hex F9 86 CF 0 2E 11 2 142 5B 4B
Octal 371 206 317 0 56 21 2 502 133 113
Binary 11111001 10000110 11001111 0 101110 10001 10 101000010 1011011 1001011

Color Harmonies of #F986CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986CF

Black with #F986CF

Text Example


Text Example

White with #F986CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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