#f384cd

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

Shades of Tea Rose #F384CD

Tints of Tea Rose #F384CD

Color information

#F384CD (or 0xF384CD) is unknown color: approx Tea Rose. HEX triplet: F3, 84 and CD. RGB value is (243,132,205). Sum of RGB (Red+Green+Blue) = 243+132+205=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F384CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384CD is #0C7B32. Grayscale: #ADADAD. Windows color (decimal): -817971 or 13468915. OLE color: 13468915.

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

Color convert

RGB243132205-
CMYK00.460.160.05
HSL320.54º82.22%73.53%-
HSV(B)320.54º45.68%95.29%-
XYZ56.2339.9662.51-
YUV173.51145.77177.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.90%
GREEN value IS 132 (51.95% from 255) = 22.76%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=41.90%
G=22.76%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313220500.460.160.05320.5482.2273.53
HexF384CD02E105141524a
Octal363204315056205501122112
Binary11110011100001001100110101011101000010110100000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f384cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f384cd; }

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

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

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

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

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

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

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

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