#F98CC6

Color #F98CC6 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F98CC6

Tints of Tea Rose #F98CC6

Color information

#F98CC6 (or 0xF98CC6) is unknown color: approx Tea Rose. HEX triplet: F9, 8C and C6. RGB value is (249,140,198). Sum of RGB (Red+Green+Blue) = 249+140+198=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CC6 is #067339. Grayscale: #B3B3B3. Windows color (decimal): -422714 or 13012217. OLE color: 13012217.

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

Color convert

RGB249140198-
CMYK00.440.200.02
HSL328.07º90.08%76.27%-
HSV(B)328.07º43.78%97.65%-
XYZ58.6442.9758.63-
YUV179.2138.61177.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 140 (55.08% from 255) = 23.85%
BLUE value IS 198 (77.73% from 255) = 33.73%
R=42.42%
G=23.85%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914019800.440.200.02328.0790.0876.27
HexF98CC602C1421485a4c
Octal371214306054242510132114
Binary1111100110001100110001100101100101001010100100010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98CC6; }

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

 H1.HeaderClassName
 {
   color: #F98CC6;
 }
 .AnyTagClassName
 {
   color: #F98CC6;
 }
</style>
background-color css

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

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

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

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

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

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