#F381C3

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

Shades of Tea Rose #F381C3

Tints of Tea Rose #F381C3

Color information

#F381C3 (or 0xF381C3) is unknown color: approx Tea Rose. HEX triplet: F3, 81 and C3. RGB value is (243,129,195). Sum of RGB (Red+Green+Blue) = 243+129+195=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F381C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381C3 is #0C7E3C. Grayscale: #AAAAAA. Windows color (decimal): -818749 or 12812787. OLE color: 12812787.

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

Color convert

RGB243129195-
CMYK00.470.200.05
HSL325.26º82.61%72.94%-
HSV(B)325.26º46.91%95.29%-
XYZ54.6638.756.22-
YUV170.61141.77179.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.86%
GREEN value IS 129 (50.78% from 255) = 22.75%
BLUE value IS 195 (76.56% from 255) = 34.39%
R=42.86%
G=22.75%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312919500.470.200.05325.2682.6172.94
HexF381C302F1451455349
Octal363201303057245505123111
Binary11110011100000011100001101011111010010110100010110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381C3; }

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

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

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

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

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

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

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

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