Html Css Color HEX #F98FC0 Tea Rose

📋 copy color: '#F98FC0'

red 249 ◦ green 143 ◦ blue 192

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

Shades of Tea Rose #F98FC0

Tints of Tea Rose #F98FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.88%

R = 42.64%
G = 24.49%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F98FC0 (or 0xF98FC0) is known color: Tea Rose. HEX triplet: F9, 8F and C0. RGB value is (249,143,192). Sum of RGB (Red+Green+Blue) = 249+143+192=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FC0 is #06703F. Grayscale: #B4B4B4. Windows color (decimal): -421952 or 12619769. OLE color: 12619769.

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

Color convert

RGB 249 143 192 -
CMYK 0 0.43 0.23 0.02
HSL 332.26º 0.9% 0.77% -
HSV(B) 332.26º 0.43% 0.98% -
XYZ 58.4 43.59 55.2 -
YUV 180.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 249 143 192 0 0.43 0.23 0.02 332.26 0.9 0.77
Hex F9 8F C0 0 2B 17 2 14C 5A 4D
Octal 371 217 300 0 53 27 2 514 132 115
Binary 11111001 10001111 11000000 0 101011 10111 10 101001100 1011010 1001101

Color Harmonies of #F98FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98FC0

Black with #F98FC0

Text Example


Text Example

White with #F98FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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