#F290C7

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

Shades of Tea Rose #F290C7

Tints of Tea Rose #F290C7

Color information

#F290C7 (or 0xF290C7) is unknown color: approx Tea Rose. HEX triplet: F2, 90 and C7. RGB value is (242,144,199). Sum of RGB (Red+Green+Blue) = 242+144+199=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F290C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290C7 is #0D6F38. Grayscale: #B3B3B3. Windows color (decimal): -880441 or 13078770. OLE color: 13078770.

HSL color Cylindrical-coordinate representation of color #F290C7: hue angle of 326.33º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290C7 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242144199-
CMYK00.400.180.05
HSL326.33º79.03%75.69%-
HSV(B)326.33º40.5%94.9%-
XYZ56.942.9559.32-
YUV179.57138.97172.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 144 (56.64% from 255) = 24.62%
BLUE value IS 199 (78.12% from 255) = 34.02%
R=41.37%
G=24.62%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214419900.400.180.05326.3379.0375.69
HexF290C70281251464f4c
Octal362220307050225506117114
Binary11110010100100001100011101010001001010110100011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290C7; }

 p { color: rgb(242,144,199); }

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

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

 a { background-color: rgb(242,144,199); }

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

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

 span { border-color: rgb(242,144,199); }

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