#F385C9

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

Shades of Tea Rose #F385C9

Tints of Tea Rose #F385C9

Color information

#F385C9 (or 0xF385C9) is unknown color: approx Tea Rose. HEX triplet: F3, 85 and C9. RGB value is (243,133,201). Sum of RGB (Red+Green+Blue) = 243+133+201=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F385C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385C9 is #0C7A36. Grayscale: #ADADAD. Windows color (decimal): -817719 or 13207027. OLE color: 13207027.

HSL color Cylindrical-coordinate representation of color #F385C9: hue angle of 322.91º degrees, saturation: 0.82, 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 #F385C9 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB243133201-
CMYK00.450.170.05
HSL322.91º82.09%73.73%-
HSV(B)322.91º45.27%95.29%-
XYZ55.8940.0560.04-
YUV173.64143.44177.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.11%
GREEN value IS 133 (52.34% from 255) = 23.05%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=42.11%
G=23.05%
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
Decimal24313320100.450.170.05322.9182.0973.73
HexF385C902D115143524a
Octal363205311055215503122112
Binary11110011100001011100100101011011000110110100001110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F385C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F385C9; }

 p { color: rgb(243,133,201); }

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

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

 a { background-color: rgb(243,133,201); }

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

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

 span { border-color: rgb(243,133,201); }

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