#F380C9

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

Shades of Tea Rose #F380C9

Tints of Tea Rose #F380C9

Color information

#F380C9 (or 0xF380C9) is unknown color: approx Tea Rose. HEX triplet: F3, 80 and C9. RGB value is (243,128,201). Sum of RGB (Red+Green+Blue) = 243+128+201=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F380C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380C9 is #0C7F36. Grayscale: #AAAAAA. Windows color (decimal): -818999 or 13205747. OLE color: 13205747.

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

Color convert

RGB243128201-
CMYK00.470.170.05
HSL321.91º82.73%72.75%-
HSV(B)321.91º47.33%95.29%-
XYZ55.2238.7159.82-
YUV170.71145.1179.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.48%
GREEN value IS 128 (50.39% from 255) = 22.38%
BLUE value IS 201 (78.91% from 255) = 35.14%
R=42.48%
G=22.38%
B=35.14%

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
Decimal24312820100.470.170.05321.9182.7372.75
HexF380C902F1151425349
Octal363200311057215502123111
Binary11110011100000001100100101011111000110110100001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F380C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F380C9; }

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

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

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

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

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

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

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

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