#F291CD

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

Shades of Tea Rose #F291CD

Tints of Tea Rose #F291CD

Color information

#F291CD (or 0xF291CD) is unknown color: approx Tea Rose. HEX triplet: F2, 91 and CD. RGB value is (242,145,205). Sum of RGB (Red+Green+Blue) = 242+145+205=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F291CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291CD is #0D6E32. Grayscale: #B4B4B4. Windows color (decimal): -880179 or 13472242. OLE color: 13472242.

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

Color convert

RGB242145205-
CMYK00.400.150.05
HSL322.89º78.86%75.88%-
HSV(B)322.89º40.08%94.9%-
XYZ57.7643.5463.12-
YUV180.84141.64171.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 145 (57.03% from 255) = 24.49%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=40.88%
G=24.49%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214520500.400.150.05322.8978.8675.88
HexF291CD028F51434f4c
Octal362221315050175503117114
Binary1111001010010001110011010101000111110110100001110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F291CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F291CD; }

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

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

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

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

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

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

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

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