Html Css Color HEX #F98FC6 Tea Rose

📋 copy color: '#F98FC6'

red 249 ◦ green 143 ◦ blue 198

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

Shades of Tea Rose #F98FC6

Tints of Tea Rose #F98FC6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.24%

 BLUE value IS 198 (77.73% from 255) = 33.56%

R = 42.2%
G = 24.24%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F98FC6 (or 0xF98FC6) is known color: Tea Rose. HEX triplet: F9, 8F and C6. RGB value is (249,143,198). Sum of RGB (Red+Green+Blue) = 249+143+198=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FC6 is #067039. Grayscale: #B4B4B4. Windows color (decimal): -421946 or 13012985. OLE color: 13012985.

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

Color convert

RGB 249 143 198 -
CMYK 0 0.43 0.20 0.02
HSL 328.87º 0.9% 0.77% -
HSV(B) 328.87º 0.43% 0.98% -
XYZ 59.08 43.86 58.78 -
YUV 180.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 249 143 198 0 0.43 0.20 0.02 328.87 0.9 0.77
Hex F9 8F C6 0 2B 14 2 149 5A 4D
Octal 371 217 306 0 53 24 2 511 132 115
Binary 11111001 10001111 11000110 0 101011 10100 10 101001001 1011010 1001101

Color Harmonies of #F98FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98FC6

Black with #F98FC6

Text Example


Text Example

White with #F98FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98FC6; }

 p { color: rgb(249,143,198); }

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

background-color css

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

 a { background-color: rgb(249,143,198); }

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

border-color css

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

 span { border-color: rgb(249,143,198); }

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