#F382CF

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

Shades of Tea Rose #F382CF

Tints of Tea Rose #F382CF

Color information

#F382CF (or 0xF382CF) is unknown color: approx Tea Rose. HEX triplet: F3, 82 and CF. RGB value is (243,130,207). Sum of RGB (Red+Green+Blue) = 243+130+207=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F382CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382CF is #0C7D30. Grayscale: #ACACAC. Windows color (decimal): -818481 or 13599475. OLE color: 13599475.

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

Color convert

RGB243130207-
CMYK00.470.150.05
HSL319.12º82.48%73.14%-
HSV(B)319.12º46.5%95.29%-
XYZ56.2139.5263.7-
YUV172.56147.44178.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.90%
GREEN value IS 130 (51.17% from 255) = 22.41%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=41.90%
G=22.41%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313020700.470.150.05319.1282.4873.14
HexF382CF02FF513f5249
Octal363202317057175477122111
Binary1111001110000010110011110101111111110110011111110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F382CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F382CF; }

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

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

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

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

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

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

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

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