Html Css Color HEX #F985CE Tea Rose

📋 copy color: '#F985CE'

red 249 ◦ green 133 ◦ blue 206

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

Shades of Tea Rose #F985CE

Tints of Tea Rose #F985CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.62%

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

R = 42.35%
G = 22.62%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F985CE (or 0xF985CE) is known color: Tea Rose. HEX triplet: F9, 85 and CE. RGB value is (249,133,206). Sum of RGB (Red+Green+Blue) = 249+133+206=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F985CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985CE is #067A31. Grayscale: #AFAFAF. Windows color (decimal): -424498 or 13534713. OLE color: 13534713.

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

Color convert

RGB 249 133 206 -
CMYK 0 0.47 0.17 0.02
HSL 322.24º 0.91% 0.75% -
HSV(B) 322.24º 0.47% 0.98% -
XYZ 58.6 41.37 63.29 -
YUV 176.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 249 133 206 0 0.47 0.17 0.02 322.24 0.91 0.75
Hex F9 85 CE 0 2F 11 2 142 5B 4B
Octal 371 205 316 0 57 21 2 502 133 113
Binary 11111001 10000101 11001110 0 101111 10001 10 101000010 1011011 1001011

Color Harmonies of #F985CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985CE

Black with #F985CE

Text Example


Text Example

White with #F985CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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