#F382C0

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

Shades of Tea Rose #F382C0

Tints of Tea Rose #F382C0

Color information

#F382C0 (or 0xF382C0) is unknown color: approx Tea Rose. HEX triplet: F3, 82 and C0. RGB value is (243,130,192). Sum of RGB (Red+Green+Blue) = 243+130+192=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F382C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382C0 is #0C7D3F. Grayscale: #AAAAAA. Windows color (decimal): -818496 or 12616435. OLE color: 12616435.

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

Color convert

RGB243130192-
CMYK00.470.210.05
HSL327.08º82.48%73.14%-
HSV(B)327.08º46.5%95.29%-
XYZ54.4638.8354.49-
YUV170.86139.94179.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.01%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=43.01%
G=23.01%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313019200.470.210.05327.0882.4873.14
HexF382C002F1551475249
Octal363202300057255507122111
Binary11110011100000101100000001011111010110110100011110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F382C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F382C0; }

 p { color: rgb(243,130,192); }

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

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

 a { background-color: rgb(243,130,192); }

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

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

 span { border-color: rgb(243,130,192); }

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