Html Css Color HEX #F986CA Tea Rose

📋 copy color: '#F986CA'

red 249 ◦ green 134 ◦ blue 202

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

Shades of Tea Rose #F986CA

Tints of Tea Rose #F986CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.53%

R = 42.56%
G = 22.91%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F986CA (or 0xF986CA) is known color: Tea Rose. HEX triplet: F9, 86 and CA. RGB value is (249,134,202). Sum of RGB (Red+Green+Blue) = 249+134+202=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F986CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986CA is #067935. Grayscale: #AFAFAF. Windows color (decimal): -424246 or 13272825. OLE color: 13272825.

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

Color convert

RGB 249 134 202 -
CMYK 0 0.46 0.19 0.02
HSL 324.52º 0.91% 0.75% -
HSV(B) 324.52º 0.46% 0.98% -
XYZ 58.25 41.45 60.81 -
YUV 176.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 249 134 202 0 0.46 0.19 0.02 324.52 0.91 0.75
Hex F9 86 CA 0 2E 13 2 145 5B 4B
Octal 371 206 312 0 56 23 2 505 133 113
Binary 11111001 10000110 11001010 0 101110 10011 10 101000101 1011011 1001011

Color Harmonies of #F986CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986CA

Black with #F986CA

Text Example


Text Example

White with #F986CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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