Html Css Color HEX #F98DC6 Tea Rose

📋 copy color: '#F98DC6'

red 249 ◦ green 141 ◦ blue 198

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

Shades of Tea Rose #F98DC6

Tints of Tea Rose #F98DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.67%

R = 42.35%
G = 23.98%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F98DC6 (or 0xF98DC6) is known color: Tea Rose. HEX triplet: F9, 8D and C6. RGB value is (249,141,198). Sum of RGB (Red+Green+Blue) = 249+141+198=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DC6 is #067239. Grayscale: #B3B3B3. Windows color (decimal): -422458 or 13012473. OLE color: 13012473.

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

Color convert

RGB 249 141 198 -
CMYK 0 0.43 0.20 0.02
HSL 328.33º 0.9% 0.76% -
HSV(B) 328.33º 0.43% 0.98% -
XYZ 58.78 43.27 58.68 -
YUV 179.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 249 141 198 0 0.43 0.20 0.02 328.33 0.9 0.76
Hex F9 8D C6 0 2B 14 2 148 5A 4C
Octal 371 215 306 0 53 24 2 510 132 114
Binary 11111001 10001101 11000110 0 101011 10100 10 101001000 1011010 1001100

Color Harmonies of #F98DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98DC6

Black with #F98DC6

Text Example


Text Example

White with #F98DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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