#F382CB

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

Shades of Tea Rose #F382CB

Tints of Tea Rose #F382CB

Color information

#F382CB (or 0xF382CB) is unknown color: approx Tea Rose. HEX triplet: F3, 82 and CB. RGB value is (243,130,203). Sum of RGB (Red+Green+Blue) = 243+130+203=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F382CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382CB is #0C7D34. Grayscale: #ABABAB. Windows color (decimal): -818485 or 13337331. OLE color: 13337331.

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

Color convert

RGB243130203-
CMYK00.470.160.05
HSL321.24º82.48%73.14%-
HSV(B)321.24º46.5%95.29%-
XYZ55.7239.3361.15-
YUV172.11145.44178.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.19%
GREEN value IS 130 (51.17% from 255) = 22.57%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=42.19%
G=22.57%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313020300.470.160.05321.2482.4873.14
HexF382CB02F1051415249
Octal363202313057205501122111
Binary11110011100000101100101101011111000010110100000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F382CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F382CB; }

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

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

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

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

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

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

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

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