#F381CA

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

Shades of Tea Rose #F381CA

Tints of Tea Rose #F381CA

Color information

#F381CA (or 0xF381CA) is unknown color: approx Tea Rose. HEX triplet: F3, 81 and CA. RGB value is (243,129,202). Sum of RGB (Red+Green+Blue) = 243+129+202=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F381CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381CA is #0C7E35. Grayscale: #ABABAB. Windows color (decimal): -818742 or 13271539. OLE color: 13271539.

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

Color convert

RGB243129202-
CMYK00.470.170.05
HSL321.58º82.61%72.94%-
HSV(B)321.58º46.91%95.29%-
XYZ55.4739.0260.48-
YUV171.41145.27179.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.33%
GREEN value IS 129 (50.78% from 255) = 22.47%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=42.33%
G=22.47%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312920200.470.170.05321.5882.6172.94
HexF381CA02F1151425349
Octal363201312057215502123111
Binary11110011100000011100101001011111000110110100001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381CA; }

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

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

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

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

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

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

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

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