#F089CD

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

Shades of Tea Rose #F089CD

Tints of Tea Rose #F089CD

Color information

#F089CD (or 0xF089CD) is unknown color: approx Tea Rose. HEX triplet: F0, 89 and CD. RGB value is (240,137,205). Sum of RGB (Red+Green+Blue) = 240+137+205=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F089CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089CD is #0F7632. Grayscale: #AFAFAF. Windows color (decimal): -1013299 or 13470192. OLE color: 13470192.

HSL color Cylindrical-coordinate representation of color #F089CD: hue angle of 320.39º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F089CD is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240137205-
CMYK00.430.150.06
HSL320.39º77.44%73.92%-
HSV(B)320.39º42.92%94.12%-
XYZ55.940.8262.69-
YUV175.55144.62173.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.24%
GREEN value IS 137 (53.91% from 255) = 23.54%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=41.24%
G=23.54%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013720500.430.150.06320.3977.4473.92
HexF089CD02BF61404d4a
Octal360211315053176500115112
Binary1111000010001001110011010101011111111010100000010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F089CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F089CD; }

 p { color: rgb(240,137,205); }

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

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

 a { background-color: rgb(240,137,205); }

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

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

 span { border-color: rgb(240,137,205); }

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