Html Css Color HEX #F98ABA Tea Rose

📋 copy color: '#F98ABA'

red 249 ◦ green 138 ◦ blue 186

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

Shades of Tea Rose #F98ABA

Tints of Tea Rose #F98ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.08%

 BLUE value IS 186 (73.05% from 255) = 32.46%

R = 43.46%
G = 24.08%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F98ABA (or 0xF98ABA) is known color: Tea Rose. HEX triplet: F9, 8A and BA. RGB value is (249,138,186). Sum of RGB (Red+Green+Blue) = 249+138+186=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ABA is #067545. Grayscale: #B0B0B0. Windows color (decimal): -423238 or 12225273. OLE color: 12225273.

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

Color convert

RGB 249 138 186 -
CMYK 0 0.45 0.25 0.02
HSL 334.05º 0.9% 0.76% -
HSV(B) 334.05º 0.45% 0.98% -
XYZ 57.02 41.86 51.53 -
YUV 176.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 249 138 186 0 0.45 0.25 0.02 334.05 0.9 0.76
Hex F9 8A BA 0 2D 19 2 14E 5A 4C
Octal 371 212 272 0 55 31 2 516 132 114
Binary 11111001 10001010 10111010 0 101101 11001 10 101001110 1011010 1001100

Color Harmonies of #F98ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98ABA

Black with #F98ABA

Text Example


Text Example

White with #F98ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98ABA; }

 p { color: rgb(249,138,186); }

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

background-color css

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

 a { background-color: rgb(249,138,186); }

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

border-color css

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

 span { border-color: rgb(249,138,186); }

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