Html Css Color HEX #F98AC2 Tea Rose

📋 copy color: '#F98AC2'

red 249 ◦ green 138 ◦ blue 194

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

Shades of Tea Rose #F98AC2

Tints of Tea Rose #F98AC2

RGB

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

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

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

R = 42.86%
G = 23.75%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F98AC2 (or 0xF98AC2) is known color: Tea Rose. HEX triplet: F9, 8A and C2. RGB value is (249,138,194). Sum of RGB (Red+Green+Blue) = 249+138+194=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F98AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98AC2 is #06753D. Grayscale: #B1B1B1. Windows color (decimal): -423230 or 12749561. OLE color: 12749561.

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

Color convert

RGB 249 138 194 -
CMYK 0 0.45 0.22 0.02
HSL 329.73º 0.9% 0.76% -
HSV(B) 329.73º 0.45% 0.98% -
XYZ 57.89 42.21 56.14 -
YUV 177.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 249 138 194 0 0.45 0.22 0.02 329.73 0.9 0.76
Hex F9 8A C2 0 2D 16 2 14A 5A 4C
Octal 371 212 302 0 55 26 2 512 132 114
Binary 11111001 10001010 11000010 0 101101 10110 10 101001010 1011010 1001100

Color Harmonies of #F98AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98AC2

Black with #F98AC2

Text Example


Text Example

White with #F98AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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