#F384C8

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

Shades of Tea Rose #F384C8

Tints of Tea Rose #F384C8

Color information

#F384C8 (or 0xF384C8) is unknown color: approx Tea Rose. HEX triplet: F3, 84 and C8. RGB value is (243,132,200). Sum of RGB (Red+Green+Blue) = 243+132+200=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F384C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384C8 is #0C7B37. Grayscale: #ACACAC. Windows color (decimal): -817976 or 13141235. OLE color: 13141235.

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

Color convert

RGB243132200-
CMYK00.460.180.05
HSL323.24º82.22%73.53%-
HSV(B)323.24º45.68%95.29%-
XYZ55.6439.7359.38-
YUV172.94143.27177.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.26%
GREEN value IS 132 (51.95% from 255) = 22.96%
BLUE value IS 200 (78.52% from 255) = 34.78%
R=42.26%
G=22.96%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313220000.460.180.05323.2482.2273.53
HexF384C802E125143524a
Octal363204310056225503122112
Binary11110011100001001100100001011101001010110100001110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F384C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F384C8; }

 p { color: rgb(243,132,200); }

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

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

 a { background-color: rgb(243,132,200); }

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

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

 span { border-color: rgb(243,132,200); }

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