Html Css Color HEX #F98BBF Tea Rose

📋 copy color: '#F98BBF'

red 249 ◦ green 139 ◦ blue 191

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

Shades of Tea Rose #F98BBF

Tints of Tea Rose #F98BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.01%

 BLUE value IS 191 (75% from 255) = 32.99%

R = 43.01%
G = 24.01%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F98BBF (or 0xF98BBF) is known color: Tea Rose. HEX triplet: F9, 8B and BF. RGB value is (249,139,191). Sum of RGB (Red+Green+Blue) = 249+139+191=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BBF is #067440. Grayscale: #B1B1B1. Windows color (decimal): -422977 or 12553209. OLE color: 12553209.

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

Color convert

RGB 249 139 191 -
CMYK 0 0.44 0.23 0.02
HSL 331.64º 0.9% 0.76% -
HSV(B) 331.64º 0.44% 0.98% -
XYZ 57.7 42.37 54.43 -
YUV 177.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 249 139 191 0 0.44 0.23 0.02 331.64 0.9 0.76
Hex F9 8B BF 0 2C 17 2 14C 5A 4C
Octal 371 213 277 0 54 27 2 514 132 114
Binary 11111001 10001011 10111111 0 101100 10111 10 101001100 1011010 1001100

Color Harmonies of #F98BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98BBF

Black with #F98BBF

Text Example


Text Example

White with #F98BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98BBF; }

 p { color: rgb(249,139,191); }

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

background-color css

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

 a { background-color: rgb(249,139,191); }

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

border-color css

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

 span { border-color: rgb(249,139,191); }

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