#F380CA

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

Shades of Tea Rose #F380CA

Tints of Tea Rose #F380CA

Color information

#F380CA (or 0xF380CA) is unknown color: approx Tea Rose. HEX triplet: F3, 80 and CA. RGB value is (243,128,202). Sum of RGB (Red+Green+Blue) = 243+128+202=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F380CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380CA is #0C7F35. Grayscale: #AAAAAA. Windows color (decimal): -818998 or 13271283. OLE color: 13271283.

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

Color convert

RGB243128202-
CMYK00.470.170.05
HSL321.39º82.73%72.75%-
HSV(B)321.39º47.33%95.29%-
XYZ55.3438.7660.44-
YUV170.82145.6179.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.41%
GREEN value IS 128 (50.39% from 255) = 22.34%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=42.41%
G=22.34%
B=35.25%

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
Decimal24312820200.470.170.05321.3982.7372.75
HexF380CA02F1151415349
Octal363200312057215501123111
Binary11110011100000001100101001011111000110110100000110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F380CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F380CA; }

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

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

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

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

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

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

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

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