#F089C1

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

Shades of Tea Rose #F089C1

Tints of Tea Rose #F089C1

Color information

#F089C1 (or 0xF089C1) is unknown color: approx Tea Rose. HEX triplet: F0, 89 and C1. RGB value is (240,137,193). Sum of RGB (Red+Green+Blue) = 240+137+193=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F089C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089C1 is #0F763E. Grayscale: #AEAEAE. Windows color (decimal): -1013311 or 12683760. OLE color: 12683760.

HSL color Cylindrical-coordinate representation of color #F089C1: hue angle of 327.38º 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 #F089C1 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240137193-
CMYK00.430.200.06
HSL327.38º77.44%73.92%-
HSV(B)327.38º42.92%94.12%-
XYZ54.5140.2755.35-
YUV174.18138.62174.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.11%
GREEN value IS 137 (53.91% from 255) = 24.04%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=42.11%
G=24.04%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013719300.430.200.06327.3877.4473.92
HexF089C102B1461474d4a
Octal360211301053246507115112
Binary11110000100010011100000101010111010011010100011110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F089C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F089C1; }

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

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

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

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

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

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

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

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