Html Css Color HEX #F98CD2 Tea Rose

📋 copy color: '#F98CD2'

red 249 ◦ green 140 ◦ blue 210

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

Shades of Tea Rose #F98CD2

Tints of Tea Rose #F98CD2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.37%

 BLUE value IS 210 (82.42% from 255) = 35.06%

R = 41.57%
G = 23.37%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F98CD2 (or 0xF98CD2) is known color: Tea Rose. HEX triplet: F9, 8C and D2. RGB value is (249,140,210). Sum of RGB (Red+Green+Blue) = 249+140+210=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 140 (55.08% from 255 or 23.37% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CD2 is #06732D. Grayscale: #B4B4B4. Windows color (decimal): -422702 or 13798649. OLE color: 13798649.

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

Color convert

RGB 249 140 210 -
CMYK 0 0.44 0.16 0.02
HSL 321.47º 0.9% 0.76% -
HSV(B) 321.47º 0.44% 0.98% -
XYZ 60.08 43.55 66.21 -
YUV 180.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 249 140 210 0 0.44 0.16 0.02 321.47 0.9 0.76
Hex F9 8C D2 0 2C 10 2 141 5A 4C
Octal 371 214 322 0 54 20 2 501 132 114
Binary 11111001 10001100 11010010 0 101100 10000 10 101000001 1011010 1001100

Color Harmonies of #F98CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CD2

Black with #F98CD2

Text Example


Text Example

White with #F98CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CD2; }

 p { color: rgb(249,140,210); }

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

background-color css

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

 a { background-color: rgb(249,140,210); }

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

border-color css

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

 span { border-color: rgb(249,140,210); }

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