#F381C8

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

Shades of Tea Rose #F381C8

Tints of Tea Rose #F381C8

Color information

#F381C8 (or 0xF381C8) is unknown color: approx Tea Rose. HEX triplet: F3, 81 and C8. RGB value is (243,129,200). Sum of RGB (Red+Green+Blue) = 243+129+200=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F381C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381C8 is #0C7E37. Grayscale: #ABABAB. Windows color (decimal): -818744 or 13140467. OLE color: 13140467.

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

Color convert

RGB243129200-
CMYK00.470.180.05
HSL322.63º82.61%72.94%-
HSV(B)322.63º46.91%95.29%-
XYZ55.2438.9359.25-
YUV171.18144.27179.23-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.48%
GREEN value IS 129 (50.78% from 255) = 22.55%
BLUE value IS 200 (78.52% from 255) = 34.97%
R=42.48%
G=22.55%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312920000.470.180.05322.6382.6172.94
HexF381C802F1251435349
Octal363201310057225503123111
Binary11110011100000011100100001011111001010110100001110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381C8; }

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

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

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

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

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

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

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

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