#F292CF

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

Shades of Tea Rose #F292CF

Tints of Tea Rose #F292CF

Color information

#F292CF (or 0xF292CF) is unknown color: approx Tea Rose. HEX triplet: F2, 92 and CF. RGB value is (242,146,207). Sum of RGB (Red+Green+Blue) = 242+146+207=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F292CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292CF is #0D6D30. Grayscale: #B5B5B5. Windows color (decimal): -879921 or 13603570. OLE color: 13603570.

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

Color convert

RGB242146207-
CMYK00.400.140.05
HSL321.88º78.69%76.08%-
HSV(B)321.88º39.67%94.9%-
XYZ58.1643.9464.45-
YUV181.66142.3171.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.67%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=40.67%
G=24.54%
B=34.79%

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
Decimal24214620700.400.140.05321.8878.6976.08
HexF292CF028E51424f4c
Octal362222317050165502117114
Binary1111001010010010110011110101000111010110100001010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F292CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F292CF; }

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

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

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

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

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

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

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

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