#F37DC6

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

Shades of Tea Rose #F37DC6

Tints of Tea Rose #F37DC6

Color information

#F37DC6 (or 0xF37DC6) is unknown color: approx Tea Rose. HEX triplet: F3, 7D and C6. RGB value is (243,125,198). Sum of RGB (Red+Green+Blue) = 243+125+198=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DC6 is #0C8239. Grayscale: #A8A8A8. Windows color (decimal): -819770 or 13008371. OLE color: 13008371.

HSL color Cylindrical-coordinate representation of color #F37DC6: hue angle of 322.88º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37DC6 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB243125198-
CMYK00.490.190.05
HSL322.88º83.1%72.16%-
HSV(B)322.88º48.56%95.29%-
XYZ54.4937.857.85-
YUV168.6144.59181.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.93%
GREEN value IS 125 (49.22% from 255) = 22.08%
BLUE value IS 198 (77.73% from 255) = 34.98%
R=42.93%
G=22.08%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312519800.490.190.05322.8883.172.16
HexF37DC60311351435348
Octal363175306061235503123110
Binary1111001111111011100011001100011001110110100001110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37DC6; }

 p { color: rgb(243,125,198); }

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

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

 a { background-color: rgb(243,125,198); }

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

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

 span { border-color: rgb(243,125,198); }

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