Html Css Color HEX #F985CF Tea Rose

📋 copy color: '#F985CF'

red 249 ◦ green 133 ◦ blue 207

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

Shades of Tea Rose #F985CF

Tints of Tea Rose #F985CF

RGB

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

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

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

R = 42.28%
G = 22.58%
B = 35.14%

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

#F985CF (or 0xF985CF) is known color: Tea Rose. HEX triplet: F9, 85 and CF. RGB value is (249,133,207). Sum of RGB (Red+Green+Blue) = 249+133+207=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F985CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985CF is #067A30. Grayscale: #AFAFAF. Windows color (decimal): -424497 or 13600249. OLE color: 13600249.

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

Color convert

RGB 249 133 207 -
CMYK 0 0.47 0.17 0.02
HSL 321.72º 0.91% 0.75% -
HSV(B) 321.72º 0.47% 0.98% -
XYZ 58.72 41.42 63.93 -
YUV 176.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 249 133 207 0 0.47 0.17 0.02 321.72 0.91 0.75
Hex F9 85 CF 0 2F 11 2 142 5B 4B
Octal 371 205 317 0 57 21 2 502 133 113
Binary 11111001 10000101 11001111 0 101111 10001 10 101000010 1011011 1001011

Color Harmonies of #F985CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985CF

Black with #F985CF

Text Example


Text Example

White with #F985CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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