Html Css Color HEX #F98DC2 Tea Rose

📋 copy color: '#F98DC2'

red 249 ◦ green 141 ◦ blue 194

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

Shades of Tea Rose #F98DC2

Tints of Tea Rose #F98DC2

RGB

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

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

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

R = 42.64%
G = 24.14%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F98DC2 (or 0xF98DC2) is known color: Tea Rose. HEX triplet: F9, 8D and C2. RGB value is (249,141,194). Sum of RGB (Red+Green+Blue) = 249+141+194=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DC2 is #06723D. Grayscale: #B3B3B3. Windows color (decimal): -422462 or 12750329. OLE color: 12750329.

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

Color convert

RGB 249 141 194 -
CMYK 0 0.43 0.22 0.02
HSL 330.56º 0.9% 0.76% -
HSV(B) 330.56º 0.43% 0.98% -
XYZ 58.33 43.08 56.28 -
YUV 179.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 249 141 194 0 0.43 0.22 0.02 330.56 0.9 0.76
Hex F9 8D C2 0 2B 16 2 14B 5A 4C
Octal 371 215 302 0 53 26 2 513 132 114
Binary 11111001 10001101 11000010 0 101011 10110 10 101001011 1011010 1001100

Color Harmonies of #F98DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98DC2

Black with #F98DC2

Text Example


Text Example

White with #F98DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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