#F093CF

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

Shades of Tea Rose #F093CF

Tints of Tea Rose #F093CF

Color information

#F093CF (or 0xF093CF) is unknown color: approx Tea Rose. HEX triplet: F0, 93 and CF. RGB value is (240,147,207). Sum of RGB (Red+Green+Blue) = 240+147+207=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F093CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093CF is #0F6C30. Grayscale: #B5B5B5. Windows color (decimal): -1010737 or 13603824. OLE color: 13603824.

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

Color convert

RGB240147207-
CMYK00.390.140.06
HSL321.29º75.61%75.88%-
HSV(B)321.29º38.75%94.12%-
XYZ57.6343.964.47-
YUV181.65142.31169.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.40%
GREEN value IS 147 (57.81% from 255) = 24.75%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=40.40%
G=24.75%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014720700.390.140.06321.2975.6175.88
HexF093CF027E61414c4c
Octal360223317047166501114114
Binary1111000010010011110011110100111111011010100000110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093CF; }

 p { color: rgb(240,147,207); }

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

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

 a { background-color: rgb(240,147,207); }

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

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

 span { border-color: rgb(240,147,207); }

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