#f289cd

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

Shades of Tea Rose #F289CD

Tints of Tea Rose #F289CD

Color information

#F289CD (or 0xF289CD) is unknown color: approx Tea Rose. HEX triplet: F2, 89 and CD. RGB value is (242,137,205). Sum of RGB (Red+Green+Blue) = 242+137+205=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F289CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289CD is #0D7632. Grayscale: #AFAFAF. Windows color (decimal): -882227 or 13470194. OLE color: 13470194.

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

Color convert

RGB242137205-
CMYK00.430.150.05
HSL321.14º80.15%74.31%-
HSV(B)321.14º43.39%94.9%-
XYZ56.5841.1862.72-
YUV176.15144.29174.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.44%
GREEN value IS 137 (53.91% from 255) = 23.46%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=41.44%
G=23.46%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213720500.430.150.05321.1480.1574.31
HexF289CD02BF5141504a
Octal362211315053175501120112
Binary1111001010001001110011010101011111110110100000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f289cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f289cd; }

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

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

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

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

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

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

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

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