Html Css Color HEX #F987CE Tea Rose

📋 copy color: '#F987CE'

red 249 ◦ green 135 ◦ blue 206

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

Shades of Tea Rose #F987CE

Tints of Tea Rose #F987CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.88%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 42.2%
G = 22.88%
B = 34.92%

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

#F987CE (or 0xF987CE) is known color: Tea Rose. HEX triplet: F9, 87 and CE. RGB value is (249,135,206). Sum of RGB (Red+Green+Blue) = 249+135+206=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 135 (53.12% from 255 or 22.88% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F987CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987CE is #067831. Grayscale: #B1B1B1. Windows color (decimal): -423986 or 13535225. OLE color: 13535225.

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

Color convert

RGB 249 135 206 -
CMYK 0 0.46 0.17 0.02
HSL 322.63º 0.9% 0.75% -
HSV(B) 322.63º 0.46% 0.98% -
XYZ 58.87 41.92 63.38 -
YUV 177.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 249 135 206 0 0.46 0.17 0.02 322.63 0.9 0.75
Hex F9 87 CE 0 2E 11 2 143 5A 4B
Octal 371 207 316 0 56 21 2 503 132 113
Binary 11111001 10000111 11001110 0 101110 10001 10 101000011 1011010 1001011

Color Harmonies of #F987CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F987CE

Black with #F987CE

Text Example


Text Example

White with #F987CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F987CE; }

 p { color: rgb(249,135,206); }

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

background-color css

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

 a { background-color: rgb(249,135,206); }

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

border-color css

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

 span { border-color: rgb(249,135,206); }

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