Html Css Color HEX #F98DC9 Tea Rose

📋 copy color: '#F98DC9'

red 249 ◦ green 141 ◦ blue 201

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

Shades of Tea Rose #F98DC9

Tints of Tea Rose #F98DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.01%

R = 42.13%
G = 23.86%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F98DC9 (or 0xF98DC9) is known color: Tea Rose. HEX triplet: F9, 8D and C9. RGB value is (249,141,201). Sum of RGB (Red+Green+Blue) = 249+141+201=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DC9 is #067236. Grayscale: #B4B4B4. Windows color (decimal): -422455 or 13209081. OLE color: 13209081.

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

Color convert

RGB 249 141 201 -
CMYK 0 0.43 0.19 0.02
HSL 326.67º 0.9% 0.76% -
HSV(B) 326.67º 0.43% 0.98% -
XYZ 59.13 43.41 60.52 -
YUV 180.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 249 141 201 0 0.43 0.19 0.02 326.67 0.9 0.76
Hex F9 8D C9 0 2B 13 2 147 5A 4C
Octal 371 215 311 0 53 23 2 507 132 114
Binary 11111001 10001101 11001001 0 101011 10011 10 101000111 1011010 1001100

Color Harmonies of #F98DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98DC9

Black with #F98DC9

Text Example


Text Example

White with #F98DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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