#F286C9

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

Shades of Tea Rose #F286C9

Tints of Tea Rose #F286C9

Color information

#F286C9 (or 0xF286C9) is unknown color: approx Tea Rose. HEX triplet: F2, 86 and C9. RGB value is (242,134,201). Sum of RGB (Red+Green+Blue) = 242+134+201=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F286C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F286C9 is #0D7936. Grayscale: #ADADAD. Windows color (decimal): -882999 or 13207282. OLE color: 13207282.

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

Color convert

RGB242134201-
CMYK00.450.170.05
HSL322.78º80.6%73.73%-
HSV(B)322.78º44.63%94.9%-
XYZ55.6940.1460.07-
YUV173.93143.28176.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=41.94%
G=23.22%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213420100.450.170.05322.7880.673.73
HexF286C902D115143514a
Octal362206311055215503121112
Binary11110010100001101100100101011011000110110100001110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F286C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F286C9; }

 p { color: rgb(242,134,201); }

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

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

 a { background-color: rgb(242,134,201); }

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

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

 span { border-color: rgb(242,134,201); }

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