#F292D0

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

Shades of Tea Rose #F292D0

Tints of Tea Rose #F292D0

Color information

#F292D0 (or 0xF292D0) is unknown color: approx Tea Rose. HEX triplet: F2, 92 and D0. RGB value is (242,146,208). Sum of RGB (Red+Green+Blue) = 242+146+208=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F292D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292D0 is #0D6D2F. Grayscale: #B5B5B5. Windows color (decimal): -879920 or 13669106. OLE color: 13669106.

HSL color Cylindrical-coordinate representation of color #F292D0: hue angle of 321.25º 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 #F292D0 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242146208-
CMYK00.400.140.05
HSL321.25º78.69%76.08%-
HSV(B)321.25º39.67%94.9%-
XYZ58.2843.9965.09-
YUV181.77142.8170.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 146 (57.42% from 255) = 24.50%
BLUE value IS 208 (81.64% from 255) = 34.90%
R=40.60%
G=24.50%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214620800.400.140.05321.2578.6976.08
HexF292D0028E51414f4c
Octal362222320050165501117114
Binary1111001010010010110100000101000111010110100000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F292D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F292D0; }

 p { color: rgb(242,146,208); }

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

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

 a { background-color: rgb(242,146,208); }

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

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

 span { border-color: rgb(242,146,208); }

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