#F091D1

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

Shades of Tea Rose #F091D1

Tints of Tea Rose #F091D1

Color information

#F091D1 (or 0xF091D1) is unknown color: approx Tea Rose. HEX triplet: F0, 91 and D1. RGB value is (240,145,209). Sum of RGB (Red+Green+Blue) = 240+145+209=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F091D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091D1 is #0F6E2E. Grayscale: #B4B4B4. Windows color (decimal): -1011247 or 13734384. OLE color: 13734384.

HSL color Cylindrical-coordinate representation of color #F091D1: hue angle of 319.58º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F091D1 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB240145209-
CMYK00.400.130.06
HSL319.58º76%75.49%-
HSV(B)319.58º39.58%94.12%-
XYZ57.5743.3865.66-
YUV180.7143.97170.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.40%
GREEN value IS 145 (57.03% from 255) = 24.41%
BLUE value IS 209 (82.03% from 255) = 35.19%
R=40.40%
G=24.41%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014520900.400.130.06319.587675.49
HexF091D1028D61404c4b
Octal360221321050156500114113
Binary1111000010010001110100010101000110111010100000010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F091D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F091D1; }

 p { color: rgb(240,145,209); }

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

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

 a { background-color: rgb(240,145,209); }

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

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

 span { border-color: rgb(240,145,209); }

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