Html Css Color HEX #F98DCF Tea Rose

📋 copy color: '#F98DCF'

red 249 ◦ green 141 ◦ blue 207

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

Shades of Tea Rose #F98DCF

Tints of Tea Rose #F98DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.62%

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

R = 41.71%
G = 23.62%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F98DCF (or 0xF98DCF) is known color: Tea Rose. HEX triplet: F9, 8D and CF. RGB value is (249,141,207). Sum of RGB (Red+Green+Blue) = 249+141+207=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DCF is #067230. Grayscale: #B4B4B4. Windows color (decimal): -422449 or 13602297. OLE color: 13602297.

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

Color convert

RGB 249 141 207 -
CMYK 0 0.43 0.17 0.02
HSL 323.33º 0.9% 0.76% -
HSV(B) 323.33º 0.43% 0.98% -
XYZ 59.85 43.69 64.31 -
YUV 180.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 249 141 207 0 0.43 0.17 0.02 323.33 0.9 0.76
Hex F9 8D CF 0 2B 11 2 143 5A 4C
Octal 371 215 317 0 53 21 2 503 132 114
Binary 11111001 10001101 11001111 0 101011 10001 10 101000011 1011010 1001100

Color Harmonies of #F98DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98DCF

Black with #F98DCF

Text Example


Text Example

White with #F98DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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