#F385CA

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

Shades of Tea Rose #F385CA

Tints of Tea Rose #F385CA

Color information

#F385CA (or 0xF385CA) is unknown color: approx Tea Rose. HEX triplet: F3, 85 and CA. RGB value is (243,133,202). Sum of RGB (Red+Green+Blue) = 243+133+202=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F385CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385CA is #0C7A35. Grayscale: #ADADAD. Windows color (decimal): -817718 or 13272563. OLE color: 13272563.

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

Color convert

RGB243133202-
CMYK00.450.170.05
HSL322.36º82.09%73.73%-
HSV(B)322.36º45.27%95.29%-
XYZ56.0140.0960.66-
YUV173.76143.94177.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.04%
GREEN value IS 133 (52.34% from 255) = 23.01%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=42.04%
G=23.01%
B=34.95%

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
Decimal24313320200.450.170.05322.3682.0973.73
HexF385CA02D115142524a
Octal363205312055215502122112
Binary11110011100001011100101001011011000110110100001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F385CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F385CA; }

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

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

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

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

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

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

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

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