Html Css Color HEX #F98FC9 Tea Rose

📋 copy color: '#F98FC9'

red 249 ◦ green 143 ◦ blue 201

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

Shades of Tea Rose #F98FC9

Tints of Tea Rose #F98FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.9%

R = 41.99%
G = 24.11%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F98FC9 (or 0xF98FC9) is known color: Tea Rose. HEX triplet: F9, 8F and C9. RGB value is (249,143,201). Sum of RGB (Red+Green+Blue) = 249+143+201=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FC9 is #067036. Grayscale: #B5B5B5. Windows color (decimal): -421943 or 13209593. OLE color: 13209593.

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

Color convert

RGB 249 143 201 -
CMYK 0 0.43 0.19 0.02
HSL 327.17º 0.9% 0.77% -
HSV(B) 327.17º 0.43% 0.98% -
XYZ 59.43 44 60.62 -
YUV 181.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 249 143 201 0 0.43 0.19 0.02 327.17 0.9 0.77
Hex F9 8F C9 0 2B 13 2 147 5A 4D
Octal 371 217 311 0 53 23 2 507 132 115
Binary 11111001 10001111 11001001 0 101011 10011 10 101000111 1011010 1001101

Color Harmonies of #F98FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98FC9

Black with #F98FC9

Text Example


Text Example

White with #F98FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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