#F291C5

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

Shades of Tea Rose #F291C5

Tints of Tea Rose #F291C5

Color information

#F291C5 (or 0xF291C5) is unknown color: approx Tea Rose. HEX triplet: F2, 91 and C5. RGB value is (242,145,197). Sum of RGB (Red+Green+Blue) = 242+145+197=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F291C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291C5 is #0D6E3A. Grayscale: #B3B3B3. Windows color (decimal): -880187 or 12947954. OLE color: 12947954.

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

Color convert

RGB242145197-
CMYK00.400.190.05
HSL327.84º78.86%75.88%-
HSV(B)327.84º40.08%94.9%-
XYZ56.8243.1658.16-
YUV179.93137.64172.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.44%
GREEN value IS 145 (57.03% from 255) = 24.83%
BLUE value IS 197 (77.34% from 255) = 33.73%
R=41.44%
G=24.83%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214519700.400.190.05327.8478.8675.88
HexF291C50281351484f4c
Octal362221305050235510117114
Binary11110010100100011100010101010001001110110100100010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F291C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F291C5; }

 p { color: rgb(242,145,197); }

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

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

 a { background-color: rgb(242,145,197); }

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

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

 span { border-color: rgb(242,145,197); }

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