#f990cc

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

Shades of Tea Rose #F990CC

Tints of Tea Rose #F990CC

Color information

#F990CC (or 0xF990CC) is unknown color: approx Tea Rose. HEX triplet: F9, 90 and CC. RGB value is (249,144,204). Sum of RGB (Red+Green+Blue) = 249+144+204=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F990CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990CC is #066F33. Grayscale: #B6B6B6. Windows color (decimal): -421684 or 13406457. OLE color: 13406457.

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

Color convert

RGB249144204-
CMYK00.420.180.02
HSL325.71º89.74%77.06%-
HSV(B)325.71º42.17%97.65%-
XYZ59.9444.4562.55-
YUV182.24140.29175.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.71%
GREEN value IS 144 (56.64% from 255) = 24.12%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=41.71%
G=24.12%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914420400.420.180.02325.7189.7477.06
HexF990CC02A1221465a4d
Octal371220314052222506132115
Binary1111100110010000110011000101010100101010100011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f990cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f990cc; }

 p { color: rgb(249,144,204); }

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

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

 a { background-color: rgb(249,144,204); }

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

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

 span { border-color: rgb(249,144,204); }

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