#F291CA

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

Shades of Tea Rose #F291CA

Tints of Tea Rose #F291CA

Color information

#F291CA (or 0xF291CA) is unknown color: approx Tea Rose. HEX triplet: F2, 91 and CA. RGB value is (242,145,202). Sum of RGB (Red+Green+Blue) = 242+145+202=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F291CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291CA is #0D6E35. Grayscale: #B4B4B4. Windows color (decimal): -880182 or 13275634. OLE color: 13275634.

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

Color convert

RGB242145202-
CMYK00.400.170.05
HSL324.74º78.86%75.88%-
HSV(B)324.74º40.08%94.9%-
XYZ57.443.3961.23-
YUV180.5140.14171.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 145 (57.03% from 255) = 24.62%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=41.09%
G=24.62%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214520200.400.170.05324.7478.8675.88
HexF291CA0281151454f4c
Octal362221312050215505117114
Binary11110010100100011100101001010001000110110100010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F291CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F291CA; }

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

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

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

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

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

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

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

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