Html Css Color HEX #F985C2 Tea Rose

📋 copy color: '#F985C2'

red 249 ◦ green 133 ◦ blue 194

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

Shades of Tea Rose #F985C2

Tints of Tea Rose #F985C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.68%

R = 43.23%
G = 23.09%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F985C2 (or 0xF985C2) is known color: Tea Rose. HEX triplet: F9, 85 and C2. RGB value is (249,133,194). Sum of RGB (Red+Green+Blue) = 249+133+194=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F985C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985C2 is #067A3D. Grayscale: #AEAEAE. Windows color (decimal): -424510 or 12748281. OLE color: 12748281.

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

Color convert

RGB 249 133 194 -
CMYK 0 0.47 0.22 0.02
HSL 328.45º 0.91% 0.75% -
HSV(B) 328.45º 0.47% 0.98% -
XYZ 57.19 40.81 55.9 -
YUV 174.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 249 133 194 0 0.47 0.22 0.02 328.45 0.91 0.75
Hex F9 85 C2 0 2F 16 2 148 5B 4B
Octal 371 205 302 0 57 26 2 510 133 113
Binary 11111001 10000101 11000010 0 101111 10110 10 101001000 1011011 1001011

Color Harmonies of #F985C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985C2

Black with #F985C2

Text Example


Text Example

White with #F985C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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